List Deployment Runs
Query parameters
Maximum results per page. Default 20, maximum 1000.
Opaque pagination cursor. Pass next_page from the previous response. Invalid or expired cursors return 400.
Filter to a specific deployment. Omit to list across all deployments in the workspace. Filtering by a non-existent deployment_id returns 200 with empty data.
What triggered a deployment run.
Filter runs by what triggered them. Omit to return all runs.
Filter: true for runs with non-null error, false for runs with non-null session_id. Omit for all.
A timestamp in RFC 3339 format
Return runs created at or after this time (inclusive).
A timestamp in RFC 3339 format
Return runs created at or before this time (inclusive).
A timestamp in RFC 3339 format
Return runs created strictly after this time (exclusive).
A timestamp in RFC 3339 format
Return runs created strictly before this time (exclusive).
Headers
Response
Successful response (OK)
Example response
{
"data": [
{
"agent": {
"type": "agent",
"id": "agent_011CZkYqphY8vELVzwCUpqiQ",
"version": 1
}
}
]
}Changes
Changed in 2 of the 68 revisions of this API.23
- ▲
response property
data/items/session_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
next_pagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
removed from the
//response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
added
subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ▲
- ○
endpoint added
endpoint-added
- ○