Apache Airflow · Capability
Airflow API (Stable) — DAG
Airflow API (Stable) — DAG. 11 operations. Lead operation: Apache Airflow Get a Source Code. Self-contained Naftiko capability covering one Apache Airflow business surface.
What You Can Do
GET
Getdagsource
— Apache Airflow Get a Source Code
/v1/dagsources/{file-token}
GET
Getdags
— Apache Airflow List DAGs
/v1/dags
PATCH
Patchdags
— Apache Airflow Update DAGs
/v1/dags
DELETE
Deletedag
— Apache Airflow Delete a DAG
/v1/dags/{dag-id}
GET
Getdag
— Apache Airflow Get Basic Information About a DAG
/v1/dags/{dag-id}
PATCH
Patchdag
— Apache Airflow Update a DAG
/v1/dags/{dag-id}
POST
Postcleartaskinstances
— Apache Airflow Clear a Set of Task Instances
/v1/dags/{dag-id}/cleartaskinstances
GET
Getdagdetails
— Apache Airflow Get a Simplified Representation of DAG
/v1/dags/{dag-id}/details
GET
Gettasks
— Apache Airflow Get Tasks for DAG
/v1/dags/{dag-id}/tasks
GET
Gettask
— Apache Airflow Get Simplified Representation of a Task
/v1/dags/{dag-id}/tasks/{task-id}
POST
Postsettaskinstancesstate
— Apache Airflow Set a State of Task Instances
/v1/dags/{dag-id}/updatetaskinstancesstate
MCP Tools
apache-airflow-get-source-code
Apache Airflow Get a Source Code
read-only
idempotent
apache-airflow-list-dags
Apache Airflow List DAGs
read-only
idempotent
apache-airflow-update-dags
Apache Airflow Update DAGs
idempotent
apache-airflow-delete-dag
Apache Airflow Delete a DAG
idempotent
apache-airflow-get-basic-information
Apache Airflow Get Basic Information About a DAG
read-only
idempotent
apache-airflow-update-dag
Apache Airflow Update a DAG
idempotent
apache-airflow-clear-set-task
Apache Airflow Clear a Set of Task Instances
apache-airflow-get-simplified-representation
Apache Airflow Get a Simplified Representation of DAG
read-only
idempotent
apache-airflow-get-tasks-dag
Apache Airflow Get Tasks for DAG
read-only
idempotent
apache-airflow-get-simplified-representation-2
Apache Airflow Get Simplified Representation of a Task
read-only
idempotent
apache-airflow-set-state-task
Apache Airflow Set a State of Task Instances