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.
Authorizations
API tokens are passed as Bearer tokens.
Path Parameters
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.
^(?:stg_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$"stg_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Response
Success
Canonical job stage ID (stg_ followed by 32 lowercase hexadecimal UUID characters).
^stg_[0-9a-f]{32}$"stg_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Canonical job ID (job_ followed by 32 lowercase hexadecimal UUID characters).
^job_[0-9a-f]{32}$"job_a1b2c3d4e5f64789a1b2c3d4e5f64789"
ISO 8601 timestamp.
ISO 8601 timestamp.