n8n_list_workflows
Retrieve all workflows with status, tags, and metadata to browse automations or find specific workflows by name. Filter by active status or tags to manage n8n workflows.
Instructions
Retrieve all workflows with their status, tags, and metadata. Returns workflow ID, name, active status, creation date, and tags. Use this to browse available automations or find a specific workflow by name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter by active status (true = active only, false = inactive only, omit for all) | |
| tags | No | Filter by tag names (comma-separated, e.g. "production,urgent") |