List automation runs
Returns durable runs created by one automation.
Path parameters
Unique automation identifier.
Query parameters
Maximum number of items to return per page.
Number of items to skip before returning results.
Response
Paginated durable runs for the automation
Example response
{
"data": [
{
"repository": {
"name": "fabro-sh/fabro",
"origin_url": "https://github.com/fabro-sh/fabro.git"
},
"lifecycle": {
"error": {
"message": "Stage 'apply-changes' exceeded maximum retries."
}
},
"timing": {
"wall_time_ms": 420000,
"inference_time_ms": 120000,
"tool_time_ms": 60000,
"active_time_ms": 180000
},
"diff": {
"files_changed": 42,
"additions": 567,
"deletions": 234
},
"pull_request": {
"owner": "fabro-sh",
"repo": "fabro",
"number": 123,
"html_url": "https://github.com/fabro-sh/fabro/pull/123"
},
"current_question": {
"text": "Accept or push for another round?"
}
}
]
}Changes
Changed in 9 of the 135 revisions of this API.5311
- ●
added the new
publish_failedenum value to thedata/items/lifecycle/status/oneOf[RunStatusFailed]/reasonresponse property for the response status200response-property-enum-value-added
- ○
the response property
data/items/timing/oneOf[RunTiming]/inference_time_msbecame required for the status200response-property-became-required
- ○
the response property
data/items/timing/oneOf[RunTiming]/tool_time_msbecame required for the status200response-property-became-required
- ●
- ▲
the response property
data/items/timing/oneOf[RunTiming]/inference_time_msbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/timing/oneOf[RunTiming]/tool_time_msbecame optional for the status200response-property-became-optional
- ○
removed the
publish_failedenum value from thedata/items/lifecycle/status/oneOf[RunStatusFailed]/reasonresponse property for the response status200response-property-enum-value-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
publish_failedenum value to thedata/items/lifecycle/status/oneOf[RunStatusFailed]/reasonresponse property for the response status200response-property-enum-value-added
- ○
the response property
data/items/timing/oneOf[RunTiming]/inference_time_msbecame required for the status200response-property-became-required
- ○
the response property
data/items/timing/oneOf[RunTiming]/tool_time_msbecame required for the status200response-property-became-required
- ●
- ▲
the response property
data/items/timing/oneOf[RunTiming]/inference_time_msbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/timing/oneOf[RunTiming]/tool_time_msbecame optional for the status200response-property-became-optional
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the response property
data/items/timing/oneOf[RunTiming]/inference_time_msbecame required for the status200response-property-became-required
- ○
the response property
data/items/timing/oneOf[RunTiming]/tool_time_msbecame required for the status200response-property-became-required
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed the
publish_failedenum value from thedata/items/lifecycle/status/oneOf[RunStatusFailed]/reasonresponse property for the response status200response-property-enum-value-removed
- ○
- ●
added the new
publish_failedenum value to thedata/items/lifecycle/status/oneOf[RunStatusFailed]/reasonresponse property for the response status200response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added
PrincipalUserPrincipalWorkerPrincipalWebhookPrincipalSlackPrincipalAgentPrincipalSystemto thedata/items/created_byresponse propertyoneOflist for the response status200response-property-one-of-added
- ○
added discriminator to
data/items/created_byresponse property for the response status200response-property-discriminator-added
- ○
removed
Principalsubschema #2from thedata/items/created_byresponse propertyoneOflist for the response status200response-property-one-of-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○