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.
Documentation Index
Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 >= 0Successful Response
List of items
Folder response model.
Total number of items
x >= 0Number of items per page
x >= 1Number of items to skip
x >= 0