Skip to main content
GET
Poll run status with task progress

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

run_id
string<uuid>
required

Run ID.

Response

Successful Response

Lightweight polling status response.

run_id
string<uuid>
required
status
string
required
status_message
string | null
dag_run_id
string | null
dag_run_ids
string[]
active_dag
string | null
tasks_total
integer | null
tasks_success
integer | null
tasks_failed
integer | null
tasks_running
integer | null
tasks_queued
integer | null
tasks_up_for_retry
integer | null