Get job details
Returns a single job’s metadata by its job handle.
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_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
recipe_id
Recipe ID.
id
Job handle.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success reply
id
The unique identifier for the job.
handle
The unique handle for the job.
recipe_id
The ID of the recipe associated with the job.
completed_at
The timestamp when the job was completed.
started_at
The timestamp when the job started.
title
The title or description of the job.
is_poll_error
Indicates whether a poll error occurred during the job.
lines
Details about the individual lines executed within the job.
error
Error message if the job failed.
is_error
Indicates whether the job resulted in an error.
is_repeat
Indicates whether the job is a repeat execution.
is_test
Indicates whether the job is a test execution.
is_test_case_job
Indicates whether the job is a test case job.
master_job_id
The ID of the master job associated with this job.
master_job_handle
The handle of the master job associated with this job.
status
The status of the job.
calling_recipe_id
The ID of the calling recipe, if applicable.
calling_job_id
The ID of the calling job, if applicable.
calling_job_handle
The handle of the calling job, if applicable.