get_task_instances
Retrieve task instances for a specific DAG run to inspect their state, duration, and operator.
Instructions
Get individual task instances for a specific DAG run.
Args:
dag_id: The DAG identifier.
run_id: The DAG run identifier.
Returns the list of tasks with their state, duration, and operator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |