Folders

List folders in a workspace

GEThttps://backend.immut.io/api/v1/folders

Required 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

StatusMeaning
200Success
400BadRequest
401Unauthorized
403Forbidden
429RateLimited

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