get_dag_run
Retrieve detailed information about a specific Apache Airflow DAG run execution in Amazon MWAA environments, including state and timing data.
Instructions
Get details about a specific DAG run.
Args: environment_name: Name of the MWAA environment dag_id: The DAG ID dag_run_id: The DAG run ID
Returns: Dictionary containing DAG run details including state and timing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment_name | Yes | ||
| dag_id | Yes | ||
| dag_run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||