airflow-mcp-server

by abhishekbhakat
Verified

get_event_logs

get_event_logs

Input Schema

NameRequiredDescriptionDefault
afterNo
beforeNo
dag_idNo
eventNo
excluded_eventsNo
included_eventsNo
limitNo
map_indexNo
offsetNo
order_byNo
ownerNo
run_idNo
task_idNo
try_numberNo

Input Schema (JSON Schema)

{ "properties": { "after": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "After" }, "before": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Before" }, "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "event": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Event" }, "excluded_events": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Excluded Events" }, "included_events": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Included Events" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Map Index" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "owner": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Owner" }, "run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Run Id" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" }, "try_number": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Try Number" } }, "title": "get_event_logs_input", "type": "object" }