List workflows
list_workflowsRetrieve a list of n8n workflows with details like id, name, active status, and tags. Supports filtering by name, active state, tags, and 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) |