MCP Server for Apache Airflow
by yangkyeongmo
list_task_instances
List all task instances for a specific DAG run
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | The ID of the DAG | |
dag_run_id | Yes | The ID of the DAG run | |
duration_gte | No | Returns objects greater than or equal to the specified values | |
duration_lte | No | Returns objects less than or equal to the specified values | |
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 | |
pool | No | The value can be repeated to retrieve multiple matching values (OR condition) | |
queue | No | The value can be repeated to retrieve multiple matching values (OR condition) | |
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 | States of the task instance. 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 |