Skip to main content
GET
/
jobs
/
{job_id}
{
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "workflows": [
    {
      "uid": "<string>",
      "phase": "<string>",
      "name": "<string>",
      "namespace": "<string>",
      "started_at": "2023-11-07T05:31:56Z",
      "finished_at": "2023-11-07T05:31:56Z"
    }
  ],
  "delivery": {},
  "errors": {}
}

Path Parameters

job_id
string<uuid>
required

Query Parameters

exclude_markdown
boolean
default:false

Response

Successful Response

job_id
string<uuid>
required
status
string
required
workflows
JobStatusItem · object[]
required
delivery
Delivery · object
errors
Errors · object