list_dags
Retrieve a filtered list of DAGs with pause state, schedule, owners, and tags. Use parameters to narrow by active status, pause state, tags, or name pattern.
Instructions
List DAGs with their pause state, schedule, owners, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max DAGs to return (Airflow caps this at 100). | |
| offset | No | DAGs to skip, for paging through a large catalog. | |
| only_active | No | Exclude DAGs whose source files were deleted. | |
| paused | No | Filter by paused state; omit to include both. | |
| tags | No | Only DAGs carrying any of these tags. | |
| dag_id_pattern | No | Case-insensitive substring match on dag_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dags | No | ||
| total_entries | No |