airflow-get-task-instances
Retrieve task instances for a specific Airflow DAG run, providing their 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') |