airflow-mcp-server

by abhishekbhakat
Verified

get_dag_run

get_dag_run

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
fieldsNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "dag_run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Run Id" }, "fields": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Fields" } }, "title": "get_dag_run_input", "type": "object" }