list_task_instance_tries
Retrieve execution attempts for a specific Airflow task instance to monitor performance and debug failures. Use DAG ID, DAG run ID, and task ID to query task execution history.
Instructions
List task instance tries by DAG ID, DAG run ID, and task ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| dag_run_id | Yes | ||
| task_id | Yes | ||
| limit | No | ||
| offset | No | ||
| order_by | No |