list_dags
Retrieve and filter DAGs in Amazon MWAA environments to monitor workflows, using parameters like tags, ID patterns, and activity status.
Instructions
List all DAGs in an MWAA environment.
Args: environment_name: Name of the MWAA environment limit: Number of items to return (max 100) offset: Number of items to skip tags: Filter by DAG tags dag_id_pattern: Filter by DAG ID pattern (supports % wildcards) only_active: Only return active DAGs
Returns: Dictionary containing list of DAGs with their details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment_name | Yes | ||
| limit | No | ||
| offset | No | ||
| tags | No | ||
| dag_id_pattern | No | ||
| only_active | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||