get_dag_runs_today
Retrieve today's DAG runs grouped by status (success, failed, running, queued) to monitor Airflow workflow health.
Instructions
Get all DAG runs from today with their status.
Returns every DAG run that started on the current UTC date, grouped by status (success, failed, running, queued).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |