airflow-mcp-server

by abhishekbhakat
Verified

get_dag_runs_batch

get_dag_runs_batch

Input Schema

NameRequiredDescriptionDefault
dag_idsNo
end_date_gteNo
end_date_lteNo
execution_date_gteNo
execution_date_lteNo
order_byNo
page_limitNo
page_offsetNo
start_date_gteNo
start_date_lteNo
statesNo

Input Schema (JSON Schema)

{ "properties": { "dag_ids": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Dag Ids" }, "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" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "page_limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Page Limit" }, "page_offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Page Offset" }, "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" }, "states": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "States" } }, "title": "get_dag_runs_batch_input", "type": "object" }