List Folder Contents Handler
List all contents (folders and documents) under a folder.
Returns a discriminated union of FolderResponse and DocumentResponse items,
distinguished by the part_type field (“FOLDER” or “DOCUMENT”).
When with_tags=true, each item includes a tags field with the full tag objects.
This is the preferred way to list folder contents when you need document metadata. For generic path traversal of folders only, use GET /path-parts.
Headers
Path Parameters
Query Parameters
Maximum depth to traverse (1=direct children, default: 1)
x >= 1Sort order for results (default: LOGICAL)
LOGICAL, NAME, UPDATED_AT, CREATED_AT Include tag IDs for each item (default: false)
Number of items per page
1 <= x <= 100Number of items to skip
x >= 0Cookies
Response
Successful Response
List of items
Folder response model.
- FolderResponse
- DocumentResponse
Total number of items
x >= 0Number of items per page
x >= 1Number of items to skip
x >= 0