airflow-mcp-server

by abhishekbhakat
Verified

get_mapped_task_instance_tries

Retrieve mapped task instance execution attempts by specifying DAG ID, task ID, and run ID. Filter or sort results using parameters like map index, limit, and offset for targeted insights.

Instructions

get_mapped_task_instance_tries

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
limitNo
map_indexNo
offsetNo
order_byNo
task_idNo

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" }, "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" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" } }, "title": "get_mapped_task_instance_tries_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr