Apache Airflow · Capability
Airflow API — Backfill
Airflow API — Backfill. 7 operations. Lead operation: Airflow List Backfills. Self-contained Naftiko capability covering one Airflow business surface.
What You Can Do
GET
Listbackfills
— Airflow List Backfills
/v1/api/v2/backfills
POST
Createbackfill
— Airflow Create Backfill
/v1/api/v2/backfills
POST
Createbackfilldryrun
— Airflow Create Backfill Dry Run
/v1/api/v2/backfills/dry-run
GET
Getbackfill
— Airflow Get Backfill
/v1/api/v2/backfills/{backfill-id}
PUT
Cancelbackfill
— Airflow Cancel Backfill
/v1/api/v2/backfills/{backfill-id}/cancel
PUT
Pausebackfill
— Airflow Pause Backfill
/v1/api/v2/backfills/{backfill-id}/pause
PUT
Unpausebackfill
— Airflow Unpause Backfill
/v1/api/v2/backfills/{backfill-id}/unpause
MCP Tools
airflow-list-backfills
Airflow List Backfills
read-only
idempotent
airflow-create-backfill
Airflow Create Backfill
airflow-create-backfill-dry-run
Airflow Create Backfill Dry Run
airflow-get-backfill
Airflow Get Backfill
read-only
idempotent
airflow-cancel-backfill
Airflow Cancel Backfill
idempotent
airflow-pause-backfill
Airflow Pause Backfill
idempotent
airflow-unpause-backfill
Airflow Unpause Backfill
idempotent