v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438244196.2 KB

Returns the status, metrics, and errors (if there are any) that are associated with a job.

get/matchingworkflows/{workflowName}/jobs/{jobId}

Path parameters

workflowNamestring required

The name of the workflow.

jobIdstring required

The ID of the job.

Response

Success

jobIdstring required

The unique identifier of the matching job.

status'RUNNING' | 'SUCCEEDED' | 'FAILED' | 'QUEUED' required

The current status of the job.

startTimestring date-time required

The time at which the job was started.

endTimestring date-time

The time at which the job has finished.