list_workflows
List all n8n workflows, filter by active status, tags, or name, and retrieve node counts and metadata.
Instructions
List all workflows in n8n with filtering by active status, tags, or name. Returns node counts and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter workflows by name (partial match) | |
| tags | No | Comma-separated tag names to filter by | |
| limit | No | Number of results (max 200) | |
| active | No | Filter by active/inactive status | |
| cursor | No | Pagination cursor from previous response |