get-dag-run
Retrieve the state, execution dates, and configuration of a specific DAG run in Amazon MWAA. Get the details you need to troubleshoot or audit a run.
Instructions
Get details of a specific DAG run.
Returns detailed information about a DAG run including its state, execution date,
start date, end date, and configuration.
Args:
ctx: The MCP context.
environment_name: Name of the MWAA environment.
dag_id: The DAG identifier.
dag_run_id: The DAG run identifier.
region: AWS region override.
profile_name: AWS CLI profile name override.
Returns:
CallToolResult with DAG run details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | The DAG ID. | |
| region | No | AWS region override. | |
| dag_run_id | Yes | The DAG run ID. | |
| profile_name | No | AWS CLI profile name override. | |
| environment_name | No | Name of the MWAA environment. If omitted and only one environment exists, it is used automatically. |