Resources
get
Query parameters
priorityinteger · nullableOptional
namespacestring · nullableOptional
statusstring · nullableOptional
Responses
200
List of jobs with applied filters
application/json
500
Internal server error
application/json
get
/v2/jobs/filterAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · nullableOptional
offsetinteger · nullableOptional
sortstring · nullableOptional
ascendingboolean · nullableOptional
statusstring · nullableOptional
namespacestring · nullableOptional
job_namestring · nullableOptional
job name to query against (uses postgres ILIKE pattern search)
Responses
200
Returns paginated jobs with total count and available filters
application/json
500
Failed to fetch from database
application/json
get
/v2/jobs/paginatedget
Path parameters
priorityinteger · int32Required
Priority value to filter jobs by
Responses
200
List of jobs filtered by priority
application/json
500
Internal server error
application/json
get
/v2/jobs/priority/{priority}get
Path parameters
job_idstring · uuidRequired
Job ID to get pods for
Responses
200
List of pods managed by the job
application/json
404
Job not found
application/json
500
Internal server error
application/json
get
/v2/jobs/{job_id}/podsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
idstring · nullableOptional
limitinteger · nullableOptional
offsetinteger · nullableOptional
sortstring · nullableOptional
ascendingboolean · nullableOptional
statusstring · nullableOptional
namespacestring · nullableOptional
pod_namestring · nullableOptional
pod name to query against (uses postgres ILIKE pattern search)
Responses
200
Returns paginated pods with total count and available filters
application/json
500
Failed to fetch from database
application/json
get
/v2/pods/paginatedLast updated
Was this helpful?