-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
Description
Description
We need to have endpoints that allow us to read information about workflow - DAG, Task. Endpoints should properly support serialization.
- GET /dags/{dag_id}/details
- GET /dags/{dag_id}/tasks
- GET /dags/{dag_id}/tasks/{task_id}
More details about API Endpoints:
#8118
Use case / motivation
N/A
Related Issues
N/A
ad-m and Zap4ick