airflow_get_dag
Retrieve detailed information and UI links for Apache Airflow DAGs using instance identifiers or direct URLs to monitor workflow execution.
Instructions
Get DAG details and a UI link.
Parameters
instance | ui_url: Provide one;
ui_urlauto-resolves/validates the host.dag_id: Required when only
instanceis supplied.
Returns
Response dict: { "dag": object, "ui_url": str, "request_id": str }
Raises: ToolError with compact JSON payload (
code,message,request_id, optionalcontext)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | ||
| ui_url | No | ||
| dag_id | No |