n8n_list_workflows
List workflows and retrieve minimal metadata: id, name, active status, dates, tags. Use cursor for pagination when needed.
Instructions
List workflows (minimal metadata only). Returns id/name/active/dates/tags. Check hasMore/nextCursor for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of workflows to return (1-100, default: 100) | |
| cursor | No | Pagination cursor from previous response | |
| active | No | Filter by active status | |
| tags | No | Filter by tags (exact match) | |
| projectId | No | Filter by project ID (enterprise feature) | |
| excludePinnedData | No | Exclude pinned data from response (default: true) |