get_task_instance
Retrieve detailed information about a specific task instance in an Amazon MWAA environment by providing the environment name, DAG ID, run ID, and task ID for workflow monitoring and troubleshooting.
Instructions
Get details about a specific task instance.
Args: environment_name: Name of the MWAA environment dag_id: The DAG ID dag_run_id: The DAG run ID task_id: The task ID
Returns: Dictionary containing task instance details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment_name | Yes | ||
| dag_id | Yes | ||
| dag_run_id | Yes | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||