Jobs
List account jobs
List all jobs for the given account.
GET
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Account ID
Query Parameters
Page number
Limit on the number of objects to be returned, between 1 and 100. 25 by default
filter by user owning job
filter by user assigned to job
filter by state of job; valid states are: draft
, in_progress
, completed
filter by jobs updated since given date
Response
200
application/json
OK
The response is of type job · object[]
.
cURL