Jobs REST API Guide
Get async job details for a job id
Authorizations
Path parameters
job_idstring · uuidRequired
job id path parameter
Query parameters
verbosebooleanOptional
flag for extras in response
Responses
200
Success, Details of a job
application/json
Responseall of
400
Bad Request
application/json
401
Unauthorized
application/json
404
Resource not found
application/json
500
Internal Server Error
application/json
get
Get details of all background/async jobs
Authorizations
Query parameters
filterstringOptional
Allows you to filter by any field.
searchstringOptional
Allows you to search by any field.
orderingstringOptional
Allows you to order results by any field. For desc order prefix field name with -
and provide comman separated values for multiple fields
limitintegerOptional
Limit for the pagination
offsetintegerOptional
Offset for the pagination
Responses
200
Success, Details of all background/async jobs
application/json
Responseall of
400
Bad Request
application/json
401
Unauthorized
application/json
404
Resource not found
application/json
500
Internal Server Error
application/json
get
Last updated
Was this helpful?