get_task_instance_details
Retrieve detailed task instance information from Apache Airflow by specifying the DAG ID, run ID, and task ID. Access status, logs, and metadata for effective troubleshooting.
Instructions
[Tool Role]: Gets detailed information for a specific task instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| task_id | Yes | ||
| dag_run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||