airflow-mcp-server

by abhishekbhakat
Verified

get_dataset_events

get_dataset_events

Input Schema

NameRequiredDescriptionDefault
dataset_idNo
limitNo
offsetNo
order_byNo
source_dag_idNo
source_map_indexNo
source_run_idNo
source_task_idNo

Input Schema (JSON Schema)

{ "properties": { "dataset_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Dataset Id" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "source_dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Dag Id" }, "source_map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Source Map Index" }, "source_run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Run Id" }, "source_task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Task Id" } }, "title": "get_dataset_events_input", "type": "object" }