list_dags
Retrieve and filter DAGs in an Apache Airflow instance by ID pattern, status, tags, or sorting criteria using the MCP Server for Apache Airflow.
Instructions
Lists all DAGs in the Airflow instance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id_pattern | No | If set, only return DAGs with dag_ids matching this pattern | |
limit | No | The numbers of items to return (default: 100) | |
offset | No | The number of items to skip before starting to collect the result set | |
only_active | No | Only filter active DAGs (default: true) | |
order_by | No | The name of the field to order the results by. Prefix with - to reverse sort order | |
paused | No | Only filter paused/unpaused DAGs. If absent, returns both | |
tags | No | List of tags to filter results |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Server for Apache Airflow
Related Tools
- @yangkyeongmo/mcp-server-apache-airflow
- @abhishekbhakat/airflow-mcp-server
- @yangkyeongmo/mcp-server-apache-airflow
- @yangkyeongmo/mcp-server-apache-airflow
- @yangkyeongmo/mcp-server-apache-airflow