Folders
List folders in a workspace
GET
https://backend.immut.io/api/v1/foldersRequired scope: folders:read
parentFolder query: omitted/"root" = top-level only (default); "<folderId>" = that folder's direct children; "all" = every folder at all depths (parents + children) in one call. Child folders are NOT in the default response. Use parentFolder=all to see them. Each row carries its own parentFolder id.
Responses
| Status | Meaning |
|---|---|
200 | Success |
400 | BadRequest |
401 | Unauthorized |
403 | Forbidden |
429 | RateLimited |
Example
curl -X GET "https://backend.immut.io/api/v1/folders" \
-H "Authorization: Bearer $IMMUT_API_KEY"
Generated from the immut API contract, version 1.9.0. Machine-readable: this page as markdown · everything in one file · OpenAPI