get_dag_runs_batch
Retrieve batch details of DAG runs in Apache Airflow by filtering with specific criteria such as execution date, state, and time ranges to monitor and manage workflows effectively.
Instructions
List DAG runs (batch)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_ids | No | ||
end_date_gte | No | ||
end_date_lte | No | ||
execution_date_gte | No | ||
execution_date_lte | No | ||
order_by | No | ||
page_limit | No | ||
page_offset | No | ||
start_date_gte | No | ||
start_date_lte | No | ||
state | No |