airflow_get_dag_run
Retrieve a specific DAG run from Apache Airflow with its details and UI link for monitoring workflow execution status.
Instructions
Get a single DAG run and a UI link.
Parameters
instance: Instance key (optional)
ui_url: Airflow UI URL to resolve instance/dag/dag_run (optional)
dag_id: DAG identifier
dag_run_id: DAG run identifier
Returns
Response dict: { "dag_run": object, "ui_url": str, "request_id": str }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | ||
| ui_url | No | ||
| dag_id | No | ||
| dag_run_id | No |