API reference/Ops: job definitions
List a job definition's changes
GET
/ops/jobs/definitions/{name}/history
Authorization
bearerAuthorizationheader · stringrequired
Session token from POST /v1/auth/login with "transport": "bearer". Browsers use the session cookie that login sets instead.
Path
namestringrequired
maxLength: 63Query
beforeinteger
format: int64minimum: 0limitinteger
format: int64default: 50minimum: 1maximum: 100Responses
errors: application/problem+json200
OK
401
Unauthorized
403
Forbidden
404
Not Found
422
Unprocessable Entity
500
Internal Server Error
Match errors on the problem's code, which stays the same, not on its message.