airflow-mcp-server

by abhishekbhakat
Verified

get_task_instances_batch

get_task_instances_batch

Input Schema

NameRequiredDescriptionDefault
dag_idsNo
dag_run_idsNo
duration_gteNo
duration_lteNo
end_date_gteNo
end_date_lteNo
execution_date_gteNo
execution_date_lteNo
executorNo
page_limitNo
page_offsetNo
poolNo
queueNo
start_date_gteNo
start_date_lteNo
stateNo
task_idsNo

Input Schema (JSON Schema)

{ "properties": { "dag_ids": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Dag Ids" }, "dag_run_ids": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Dag Run Ids" }, "duration_gte": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Duration Gte" }, "duration_lte": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Duration Lte" }, "end_date_gte": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date Gte" }, "end_date_lte": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date Lte" }, "execution_date_gte": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Execution Date Gte" }, "execution_date_lte": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Execution Date Lte" }, "executor": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Executor" }, "page_limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Page Limit" }, "page_offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Page Offset" }, "pool": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Pool" }, "queue": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Queue" }, "start_date_gte": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date Gte" }, "start_date_lte": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date Lte" }, "state": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "State" }, "task_ids": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Task Ids" } }, "title": "get_task_instances_batch_input", "type": "object" }