list_workflows
List your n8n workflows with optional filters for active state, tags, name, or project. Automatic pagination returns lightweight workflow metadata without node data.
Instructions
List workflows with optional filters (active, tag names, project, name) and automatic cursor pagination. Returns id, name, active state, tags and timestamps — never the heavy node data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter by active state | |
| tags | No | Comma-separated tag names to filter by | |
| name | No | Filter by exact workflow name | |
| projectId | No | Filter by project ID | |
| maxItems | No | Max workflows to return across pages |