List Jobs

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

statusstringOptional
Optional status filter
kindstringOptional
Optional job kind filter
limitintegerOptional>=0
Maximum number of jobs
offsetintegerOptional>=0
Skip this many jobs before returning rows

Response

List jobs
has_moreboolean
Whether additional rows exist after this page.
jobslist of objects
offsetinteger>=0
Effective query offset used to page this response.
totalinteger>=0

Total number of jobs matching filters (before limit/offset).

limitinteger or null>=0
Effective query limit used to page this response.