n8n_list_workflows
List n8n workflows with minimal metadata including ID, name, active status, dates, and tags. Supports pagination and filtering by active state, tags, or project ID.
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) |