API reference/Ops: job runs
List job runs, newest first
GET
/ops/jobs/runs
Authorization
bearerAuthorizationheader · stringrequired
Session token from POST /v1/auth/login with "transport": "bearer". Browsers use the session cookie that login sets instead.
Query
kindstring
Only jobs of this definition or kind
maxLength: 63queuestring
maxLength: 100statearray of string
Only jobs in these states: available, cancelled, completed, discarded, pending, retryable, running, scheduled
nullablelimitinteger
format: int64default: 50minimum: 1maximum: 100cursorstring
next_cursor from the previous page
maxLength: 1000Responses
errors: application/problem+json200
OK
400
Bad Request
401
Unauthorized
403
Forbidden
422
Unprocessable Entity
500
Internal Server Error
Match errors on the problem's code, which stays the same, not on its message.