airflow-list-dags
List Airflow DAGs, filtering by active status, tag, or dag_id substring. Use optional parameters to narrow results.
Instructions
List Airflow DAGs (active by default) with optional tag filter and dag_id substring search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| onlyActive | No | Filter out paused DAGs (Airflow 3.x: is_paused=false) | |
| tag | No | Filter to DAGs that carry this tag | |
| search | No | Substring match on dag_id (case-insensitive) | |
| limit | No |