get_dag_runs
Retrieve and filter DAG execution runs from Apache Airflow by specifying criteria like date ranges, state, and pagination to monitor workflow performance.
Instructions
Get DAG runs by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| limit | No | ||
| offset | No | ||
| execution_date_gte | No | ||
| execution_date_lte | No | ||
| start_date_gte | No | ||
| start_date_lte | No | ||
| end_date_gte | No | ||
| end_date_lte | No | ||
| updated_at_gte | No | ||
| updated_at_lte | No | ||
| state | No | ||
| order_by | No |