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 u
curl \ -u "$API_USER:$API_PASS" \ https://apache.local/dags
curl \ -u "$API_USER:$API_PASS" \ https://apache.local/pools
curl \ -u "$API_USER:$API_PASS" \ https://apache.local/roles