n8n_list_workflows
Retrieve complete n8n workflow definitions, including nodes and connections, with filters for active status, tags, name, or project.
Instructions
List all workflows with full details. Can filter by active status, tags, name, or project. WARNING: Returns complete workflow data including nodes and connections - use n8n_list_workflows_summary for better token efficiency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by workflow name | |
| tags | No | Filter by tag ID | |
| limit | No | Number of results (max 250) | |
| active | No | Filter by active status | |
| cursor | No | Pagination cursor | |
| fields | No | Specific fields to return (e.g., ["id", "name", "active"]). Reduces token usage significantly. | |
| projectId | No | Filter by project ID |