Airflow
1.10.2
  • Project
  • License
  • Quick Start
  • Installation
  • Tutorial
  • How-to Guides
  • UI / Screenshots
  • Concepts
  • Data Profiling
  • Command Line Interface
  • Scheduling & Triggers
  • Plugins
  • Security
  • Time zones
  • Experimental Rest API
  • Integration
  • Metrics
  • Kubernetes
  • Lineage
  • Changelog
  • FAQ
  • API Reference
Airflow
  • Docs »

HTTP Routing Table

/api
 
/api
GET /api/experimental/dags/<DAG_ID>/dag_runs
GET /api/experimental/dags/<DAG_ID>/dag_runs/<string:execution_date>/tasks/<TASK_ID>
GET /api/experimental/dags/<DAG_ID>/paused/<string:paused>
GET /api/experimental/dags/<DAG_ID>/tasks/<TASK_ID>
GET /api/experimental/dags/<string:dag_id>/dag_runs/<string:execution_date>
GET /api/experimental/latest_runs
GET /api/experimental/pools
GET /api/experimental/pools/<string:name>
GET /api/experimental/test
POST /api/experimental/dags/<DAG_ID>/dag_runs
POST /api/experimental/pools
DELETE /api/experimental/pools/<string:name>

Built with Sphinx using a theme provided by Read the Docs.