List all jobs with requirements
GET/openapi/v1/jobs/requirements
Returns all jobs that have credential requirements set, reading directly from primary storage (not the search index). Paginate with the standard page (1-based) + pageSize params (default pageSize 25, max 100). The legacy start/count params are still accepted for backward compatibility but are deprecated — prefer page/pageSize.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error