action apache_get_dag_details { label: "Get a simplified representation of DAG" description: "The response contains many DAG attributes, so the response can be large. If possible, consider using GET /dags/{dag_id}.\n" provider: apache method: GET path: "/dags/{dag_id}/details" encoding: json output: { description: "DAG details.\n\nFor details see:\n[airflow.models.DAG](https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/models/index.html#airflow.models.DAG)\n" type: "object" } }