n8n_list_workflows
Filter and list n8n workflows by active state, tags, or name. Returns id, name, active state, tags, and update time.
Instructions
List n8n workflows with optional filters. Returns id, name, active state, tags, updatedAt. Use n8n_get_workflow to pull the full definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter by active state. Omit for all. | |
| tags | No | Comma-separated tag names to filter by. | |
| name | No | Case-insensitive substring match on workflow name. | |
| limit | No | Max rows (default 100). |