Airflow API (Stable) logo

Airflow API (Stable)

Airflow API (Stable)

Apache Airflow 提供多种 REST API 端点,用于管理其对象和工作流。

访问站点 ↗健康巡检 11 小时前
适合什么时候用

支持全面的工作流管理

先注意什么

认证方式未明确

第一步先查

访问Apache Airflow官网查看API文档。认证方式未明确,使用前需确认。

认证
CORS
支持
HTTPS
注册
?
延迟
87 ms
协议
REST
计费

可用率 · 30 天窗口

巡检: 9可用率: 100%平均延迟: 79ms
01

关于这个 API

Apache Airflow 是一个开源平台,用于以编程方式创建、调度和监控工作流。Airflow API 提供了一组 REST 端点,允许开发者和运维人员与 Airflow 的对象(如 DAG、任务和作业)进行交互。该 API 通过使外部系统能够管理工作流和获取运行数据,促进了自动化和集成。

Airflow API 的用户通常是数据工程师、运维团队和需要自动化工作流编排或与其他工具集成的开发者。该 API 支持多种管理操作,使触发工作流、检查状态和更新配置更加便捷,无需手动操作。

尽管该 API 提供了标准的 REST 接口,但认证方式和具体端点功能在描述中未详细说明。用户应参考官方文档并确认认证要求后再进行使用。

02

你可以做什么

  • 1通过编程管理工作流DAG
  • 2获取任务和作业状态
  • 3触发并监控工作流
  • 4通过API更新Airflow配置
03

优劣对比

优点

  • 支持全面的工作流管理
  • 标准REST API接口
  • 与Apache Airflow生态集成

注意事项

  • 认证方式未明确
  • 公开端点文档有限
04

示例请求

curl https://airflow.apache.org/<endpoint>
05

快速开始

访问Apache Airflow官网查看API文档。认证方式未明确,使用前需确认。

06

常见问题

Do I need an API key to use the Airflow API?+

The authentication method is unspecified; check the official documentation for details.

Is the Airflow API REST-based?+

Yes, it supports a range of REST API endpoints.

Can I trigger workflows using the API?+

Yes, the API allows triggering and managing workflows programmatically.

Is there official SDK support for this API?+

No SDKs are explicitly mentioned in the provided information.

Where can I find documentation for the Airflow API?+

Visit the official Apache Airflow website for API documentation.

07

技术细节

CORS: YesHTTPS: Yes注册: ?开源: No
认证方式
unknown
计费
unknown
协议
REST
响应时间
87 ms
上次巡检
2026/5/20 08:19:45
08

标签