List jobs

Returns aggregated job information as well as detailed job information for a specified recipe in Workato.

Runtime 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

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

recipe_idintegerRequired
Recipe ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

offset_job_idstringOptional
Offset job ID or job rerun ID.
prevstringOptional

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.

statusstringOptional

Filter by status - succeeded, failed, or pending.

rerun_onlystringOptional

If true, returns jobs that were rerun only.

Response

Success reply
job_succeeded_countinteger
The count of successfully completed jobs.
job_failed_countinteger
The count of failed jobs.
job_countinteger
The total number of jobs.
itemslist of objects
A list of job details.

Errors