API Reference
Get a job run
GET
/api/job-runs/{id}
Get a job run
Operation IDgetJobRun
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Success response body
200Job run details
Job run details
Content typeapplication/json
responseobject12 properties
idintegerjob_idintegerstatusstringstarted_atstring | null · date-timecompleted_atstring | null · date-timeduration_msinteger | nullerror_messagestring | nullselected_tasksstring | nullJSON-encoded array of task keys to run (null = all)
run_statestring | nullInternal DAG execution state (JSON)
skip_depsinteger | null1 when selected tasks should run without their upstream depends_on tasks; 0/null otherwise.
created_atstring · date-timeupdated_atstring · date-timeError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}