dags

Retrieve DAG specification

Fetches the YAML specification of a DAG definition

get/dags/{fileName}/spec

Path parameters

fileNamestring regex required

Name of the DAG file

the name of the DAG file

Query parameters

remoteNodestring

name of the remote node

Response

A successful response

dagDAGDetails — unresolved $ref
specstring required

The DAG spec in YAML format

errorsstring[] required

List of errors in the spec

Changes