list-projects
Retrieve all projects from n8n by providing a client ID. Designed for n8n Enterprise with project management features enabled. Input arguments must be in compact JSON format.
Instructions
List all projects from n8n. NOTE: Requires n8n Enterprise license with project management features enabled. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"clientId": {
"type": "string"
}
},
"required": [
"clientId"
],
"type": "object"
}