get_dag
Retrieve the full details of a specific Airflow DAG using its unique dag_id.
Instructions
Get a single DAG's details by dag_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| is_paused | No | ||
| is_active | No | ||
| description | No | ||
| schedule_interval | No | ||
| timetable_summary | No | ||
| owners | No | ||
| tags | No | ||
| next_dagrun | No | ||
| fileloc | No |