List jobs from a recipe
Returns aggregated job information as well as detailed job information for a specified recipe in Workato.
Run-time data is the data that flows through the recipe at the time of job execution. This includes the input and output data from individual steps.This data is available through the Workato platform on the job details page.
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.