Apache Airflow · Capability
Airflow API (Stable) — DAGRun
Airflow API (Stable) — DAGRun. 9 operations. Lead operation: Apache Airflow List DAG Runs. Self-contained Naftiko capability covering one Apache Airflow business surface.
What You Can Do
GET
Getdagruns
— Apache Airflow List DAG Runs
/v1/dags/{dag-id}/dagruns
POST
Postdagrun
— Apache Airflow Trigger a New DAG Run
/v1/dags/{dag-id}/dagruns
DELETE
Deletedagrun
— Apache Airflow Delete a DAG Run
/v1/dags/{dag-id}/dagruns/{dag-run-id}
GET
Getdagrun
— Apache Airflow Get a DAG Run
/v1/dags/{dag-id}/dagruns/{dag-run-id}
PATCH
Updatedagrunstate
— Apache Airflow Modify a DAG Run
/v1/dags/{dag-id}/dagruns/{dag-run-id}
POST
Cleardagrun
— Apache Airflow Clear a DAG Run
/v1/dags/{dag-id}/dagruns/{dag-run-id}/clear
PATCH
Setdagrunnote
— Apache Airflow Update the DagRun Note.
/v1/dags/{dag-id}/dagruns/{dag-run-id}/setnote
GET
Getupstreamdatasetevents
— Apache Airflow Get Dataset Events for a DAG Run
/v1/dags/{dag-id}/dagruns/{dag-run-id}/upstreamdatasetevents
POST
Getdagrunsbatch
— Apache Airflow List DAG Runs (batch)
/v1/dags//dagruns/list
MCP Tools
apache-airflow-list-dag-runs
Apache Airflow List DAG Runs
read-only
idempotent
apache-airflow-trigger-new-dag
Apache Airflow Trigger a New DAG Run
apache-airflow-delete-dag-run
Apache Airflow Delete a DAG Run
idempotent
apache-airflow-get-dag-run
Apache Airflow Get a DAG Run
read-only
idempotent
apache-airflow-modify-dag-run
Apache Airflow Modify a DAG Run
idempotent
apache-airflow-clear-dag-run
Apache Airflow Clear a DAG Run
apache-airflow-update-dagrun-note
Apache Airflow Update the DagRun Note.
idempotent
apache-airflow-get-dataset-events
Apache Airflow Get Dataset Events for a DAG Run
read-only
idempotent
apache-airflow-list-dag-runs-2
Apache Airflow List DAG Runs (batch)
read-only