v1
latestOpenAPI 3.1.02026-07-224239180.9 KBJob Stage
Get a job stage
Returns a job stage with its job reference and resolved settings. An unknown or out-of-organization stage ID returns not found.
get/v1/job-stages/{jobStageId}
Path parameters
jobStageIdstring required
a job stage ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
Example:stg_a1b2c3d4e5f64789a1b2c3d4e5f64789
Response
Success
Example response
{
"id": "stg_a1b2c3d4e5f64789a1b2c3d4e5f64789",
"job_id": "job_a1b2c3d4e5f64789a1b2c3d4e5f64789",
"settings": {
"automation": {
"create_automated_task_on_behalf_of": "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}
}
}