list_dags
Retrieve and display DAGs from MWAA Airflow environments to monitor workflow status and schedules. Specify environment, limit results, or filter to active DAGs only.
Instructions
List all DAGs in the MWAA environment.
Args: env: Target environment — 'dev', 'uat', 'test', or 'prod'. IMPORTANT: Do NOT guess or default. Ask the user which environment if not specified. limit: Maximum number of DAGs to return (default 100). only_active: If True, show only unpaused DAGs.
Returns a formatted table of DAGs with schedule interval and pause status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| limit | No | ||
| only_active | No |