List n8n Workflows
n8n_list_workflowsList workflows from your n8n instance. Filter by name, tags, active status, or project ID to see essential details like node counts and dates.
Instructions
List workflows from the n8n instance with optional filtering.
Args:
active (boolean?): Filter by active/inactive status
name (string?): Filter by workflow name (partial match)
tags (string?): Comma-separated tag names to filter by
projectId (string?): Filter by project ID
limit (number): Max results per page (1-250, default 20)
cursor (string?): Pagination cursor from previous response
response_format ('markdown' | 'json'): Output format (default 'markdown')
Returns: List of workflows with id, name, active status, node count, dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by workflow name (partial match) | |
| tags | No | Comma-separated tag names | |
| limit | No | Max results per page | |
| active | No | Filter by active status | |
| cursor | No | Pagination cursor from previous response | |
| projectId | No | Filter by project ID | |
| response_format | No | Output format | markdown |