list_dag_runs
Retrieve and filter DAG run history from Amazon MWAA environments to monitor workflow execution status, analyze performance, and troubleshoot issues.
Instructions
List DAG runs for a specific DAG.
Args: environment_name: Name of the MWAA environment dag_id: The DAG ID limit: Number of items to return state: Filter by state (queued, running, success, failed) execution_date_gte: Filter by execution date >= (ISO format) execution_date_lte: Filter by execution date <= (ISO format)
Returns: Dictionary containing list of DAG runs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment_name | Yes | ||
| dag_id | Yes | ||
| limit | No | ||
| state | No | ||
| execution_date_gte | No | ||
| execution_date_lte | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||