GET
/
v2
/
jobs
curl --request GET \
  --url https://mango.sievedata.com/v2/jobs \
  --header 'X-API-Key: <api-key>'
"<any>"

Authorizations

X-API-Key
string
headerrequired

The Sieve API key to authenticate with.

Query Parameters

limit
integer
default: 500

The maximum amount of jobs to show.

offset
integer
default: 0

Exclude the first N jobs.

Response

200 - application/json

The response is of type any.