dag-runs
Get Sub-DAG Run Specification
Returns the YAML specification used for a specific sub-DAG run
get/dag-runs/{name}/{dagRunId}/sub-dag-runs/{subDAGRunId}/spec
Path parameters
namestring regex required
Name of the DAG
name of the DAG
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
subDAGRunIdstring required
ID of the sub DAG-run to retrieve the spec for
Query parameters
remoteNodestring
name of the remote node
Response
Sub-DAG specification retrieved successfully