airflow-mcp-server

by abhishekbhakat
Verified

get_mapped_task_instance_try_details

Retrieve detailed execution data for mapped task instances in Apache Airflow, including dag_id, run_id, map_index, task_id, and try_number to monitor and debug workflows.

Instructions

get_mapped_task_instance_try_details

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
map_indexNo
task_idNo
task_try_numberNo

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" }, "map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Map Index" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" }, "task_try_number": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Task Try Number" } }, "title": "get_mapped_task_instance_try_details_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr