List jobs

List jobs for the provided service that match the provided filters. If no filters are provided, all jobs for the service are returned.

Path Params
string
required

The ID of the service

Query Params
string

The position in the result list to start from when fetching paginated results. For details, see Pagination.

integer
1 to 100
Defaults to 20

The maximum number of items to return. For details, see Pagination.

status
array of strings

Filter for the status of the job (pending, running, succeeded, failed, or canceled)

status
date-time

Filter for jobs created before a certain time (specified as an ISO 8601 timestamp)

date-time

Filter for jobs created after a certain time (specified as an ISO 8601 timestamp)

date-time

Filter for jobs started before a certain time (specified as an ISO 8601 timestamp)

date-time

Filter for jobs started after a certain time (specified as an ISO 8601 timestamp)

date-time

Filter for jobs finished before a certain time (specified as an ISO 8601 timestamp)

date-time

Filter for jobs finished after a certain time (specified as an ISO 8601 timestamp)

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json