airflow-get-task-instances
Retrieve task instances for a specific Airflow DAG run, including state, try number, and duration.
Instructions
List task instances for a specific Airflow DAG run with state, try_number, duration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dagId | Yes | ||
| dagRunId | Yes | dag_run_id (e.g. 'scheduled__2026-05-06T00:00:00+00:00') | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |