API · source category: Messaging

Airflow API (Stable)

Overview To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an ove…

Overview To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases. Most of the endpoints accept JSON as input and return JSON responses. This means that you must usually add the following headers to your request: Content-type: application/json Accept: application/json ## Resources The term resource refers to a single type of object in the Airflow metadata. An API is broken up by its endpoint's corresponding resource. The name of a resource is typically plural and expressed in camelCase. Example: dagRuns. Resource names are used as part of endpoint URLs, as well as in API parameters and responses. ## CRUD Operations The platform supports Create, Read, Update, a…

Open documentation ↗

Record

Type
Web API
Category
Communication
Authentication
Unknown
Pricing
Free
Base URL
https://airflow.apache.org
Free tier
Public OpenAPI specification

Fields are reproduced from the source registry as-is. “Unknown” means the source did not describe the field — it is not an inference. See the methodology for how records are collected and normalised.

Tags

  • Messaging

Browse all Communication APIs.