get_dag_runs
Retrieve DAG runs by ID, filtering by execution, start, or end dates, updated timestamps, and state. Use limit, offset, and order options to customize results for Apache Airflow monitoring.
Instructions
Get DAG runs by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | ||
end_date_gte | No | ||
end_date_lte | No | ||
execution_date_gte | No | ||
execution_date_lte | No | ||
limit | No | ||
offset | No | ||
order_by | No | ||
start_date_gte | No | ||
start_date_lte | No | ||
state | No | ||
updated_at_gte | No | ||
updated_at_lte | No |