List jobs
Path parameters
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
Defaults to false
. When prev=false
, this call returns jobs completed prior to the offset_job_id
. If prev=true
, jobs newer than the offset_job_id
are returned.
Filter by status - succeeded
, failed
, or pending
.
If true
, returns jobs that were rerun only.