List runs across all jobs

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

limitintegerOptional1-200Defaults to 50
offsetintegerOptional>=0Defaults to 0
statusenum or nullOptional
Filter by run status
Allowed values:

Response

Successful Response
idstringformat: "uuid"
job_namestring
job_version_idstringformat: "uuid"
statusstring
regionstring or null
run_paramsmap from strings to any
step_timelinelist of objects
artifact_refslist of maps from strings to any
started_atdatetime or null
completed_atdatetime or null
error_messagestring or null
created_atdatetime

Errors

422
Unprocessable Entity Error