Start typing to search.

API Reference

List runs for a job

View Markdown
GET /api/jobs/{id}/runs

List runs for a job

Operation IDlistJobRuns

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Path parameters

idintegerrequired

Resource ID

Query parameters

cursorstring

Pagination cursor from a previous response

limitinteger

Maximum number of results to return

statusstring

Success response body

200Paginated list of job runs

Paginated list of job runs

Content typeapplication/json

responseobject
4 properties
resultarray<JobRun>required
Array items
itemobject
12 properties
idinteger
job_idinteger
statusstring
started_atstring | null · date-time
completed_atstring | null · date-time
duration_msinteger | null
error_messagestring | null
selected_tasksstring | null

JSON-encoded array of task keys to run (null = all)

run_statestring | null

Internal DAG execution state (JSON)

skip_depsinteger | null

1 when selected tasks should run without their upstream depends_on tasks; 0/null otherwise.

created_atstring · date-time
updated_atstring · date-time
nextCursorstring
prevCursorstring
totalinteger

Total number of records matching the current filters