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.
Response
200 - application/json
The response is of type any
.
Was this page helpful?