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
}
}
]
}