List workflows
list_workflowsRetrieve workflows from your n8n instance with support for filtering by name, tags, or active state, and cursor-based pagination.
Instructions
List workflows on the n8n instance. Returns id, name, active state, tags and dates. Supports cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by exact name | |
| tags | No | Filter by tags, comma-separated | |
| limit | No | Max results (default 100) | |
| active | No | Filter by active/inactive workflows | |
| cursor | No | Pagination cursor (nextCursor from a previous response) | |
| excludePinnedData | No | Exclude pinData for lighter responses (default true) |