OpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-20219284496.3 KB

518ca433b4f2

dags

Get detailed status of a specific DAG-run

Retrieves status information about a particular DAG-run created from this DAG

get/dags/{fileName}/dag-runs/{dagRunId}

Path parameters

fileNamestring regex required

Name of the DAG file

the name of the DAG file

dagRunIdstring required

Unique identifier for the DAG-run. The special value 'latest' can be used to reference the most recent DAG-run.

Example:latest

ID of the DAG-run or 'latest' to get the most recent DAG-run

Query parameters

remoteNodestring

name of the remote node

Response

A successful response

dagRunDAGRunDetails required— unresolved $ref