Skip to main content
Glama

MCP Server Airflow Token

list_task_instances

Retrieve Airflow task instances for a specific DAG and DAG run, with filtering options for execution dates, state, duration, and other parameters to monitor workflow execution.

Instructions

List task instances by DAG ID and DAG run ID

Input Schema

NameRequiredDescriptionDefault
dag_idYes
dag_run_idYes
duration_gteNo
duration_lteNo
end_date_gteNo
end_date_lteNo
execution_date_gteNo
execution_date_lteNo
limitNo
offsetNo
poolNo
queueNo
start_date_gteNo
start_date_lteNo
stateNo
updated_at_gteNo
updated_at_lteNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "title": "Dag Id", "type": "string" }, "dag_run_id": { "title": "Dag Run Id", "type": "string" }, "duration_gte": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Duration Gte" }, "duration_lte": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Duration Lte" }, "end_date_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date Gte" }, "end_date_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date Lte" }, "execution_date_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Execution Date Gte" }, "execution_date_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Execution Date Lte" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "pool": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Pool" }, "queue": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Queue" }, "start_date_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date Gte" }, "start_date_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date Lte" }, "state": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "State" }, "updated_at_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Updated At Gte" }, "updated_at_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Updated At Lte" } }, "required": [ "dag_id", "dag_run_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikhil-ganage/mcp-server-airflow-token'

If you have feedback or need assistance with the MCP directory API, please join our Discord server