List Folders
list_foldersRetrieve folders in an n8n project using the required project ID, with optional filters by name or parent folder to locate specific directories.
Instructions
List folders within a project, optionally filtered by parent folder or name.
project_id is required — n8n's public API has no way to discover it if your
license doesn't support listing projects. If you don't know it, call
list_workflows and read shared[0]["projectId"] off any returned workflow.
n8n defaults to returning only 10 folders per page. Pass a higher take (or
page through with skip) if a project has more folders than that — results
are silently truncated to take with no other signal that more exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| skip | No | ||
| take | No | ||
| project_id | Yes | ||
| parent_folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |