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