n8n_list_workflows
List workflows with minimal metadata. Filter by tags, active status, or project ID, and paginate with cursor for complete results.
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) |