MCP Server for Apache Airflow
by yangkyeongmo
get_dag_runs
Get DAG runs for a specific DAG
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | The ID of the DAG to retrieve DAG runs for | |
end_date_gte | No | Returns objects greater or equal the specified date | |
end_date_lte | No | Returns objects less than or equal to the specified date | |
execution_date_gte | No | Returns objects greater or equal to the specified date | |
execution_date_lte | No | Returns objects less than or equal to the specified date | |
limit | No | The numbers of items to return (default: 100) | |
offset | No | The number of items to skip before starting to collect the result set | |
order_by | No | The name of the field to order the results by. Prefix with - to reverse sort order | |
start_date_gte | No | Returns objects greater or equal the specified date | |
start_date_lte | No | Returns objects less or equal the specified date | |
state | No | The value can be repeated to retrieve multiple matching values (OR condition) | |
updated_at_gte | No | Returns objects greater or equal the specified date | |
updated_at_lte | No | Returns objects less or equal the specified date |