API Reference
List Jobs
List all jobs in your organization.
GET
/
v2
/
jobs
Authorizations
X-API-Key
string
headerrequiredThe Sieve API key to authenticate with.
Query Parameters
limit
integer
default: 500The maximum amount of jobs to show.
offset
integer
default: 0Exclude the first N jobs.
status
string
default: The status of the job. Possible values: 'queued', 'processing', 'error', 'finished', 'cancelled', . Leave empty to get all statuses.
Response
200 - application/json
data
object[]
requirednext_offset
integer
default: -1Was this page helpful?