List workflows on a live n8n instance
n8n_list_workflowsList workflows from an n8n instance with optional filters for name, tags, active status, and pagination. Retrieve workflow data programmatically to manage and overview your automation.
Instructions
List workflows from your connected n8n instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tags | No | Comma-separated tag names | |
| limit | No | ||
| active | No | ||
| cursor | No | ||
| projectId | No |