Skip to main content
GET
/
v1
/
orgs
/
{org_id}
/
scenarios
/
runs
/
compare
Compare Runs
curl --request GET \
  --url https://api.letpiper.com/v1/orgs/{org_id}/scenarios/runs/compare \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Platform token (starts with pat_)

Path Parameters

org_id
string<uuid>
required

Query Parameters

current_run_id
string<uuid>
required

Current run to compare

previous_run_id
string<uuid>
required

Previous run to compare against

Response

Successful Response

The response is of type Response Compare Runs V1 Orgs Org Id Scenarios Runs Compare Get · object.