runs
List runs
Returns paginated recent (non-archived) runs the caller started - scoped to their own user within the org, not every member's runs. Filters: workflow_id, search (run ID substring), status, trigger. Sortable fields: status, started_at, completed_at, created_at, workflow_id.
post/runs
Request body
Example request
{
"$schema": "/api/v1/RunListRequest.json"
}Response
OK
Example response
{
"$schema": "/api/v1/RunListResponse.json",
"runs": [
{
"$schema": "/api/v1/RunResponse.json"
}
]
}