List jobs from a recipe
Path parameters
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
Defaults to false. set to 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. Options are succeeded
, failed
, or pending
.
If set to true
, returns jobs that were rerun only.
If set to true
, returns failed jobs only. This parameter has been deprecated.