Retrieve all knowledge base folders for your organization.
Documentation Index
Fetch the complete documentation index at: https://docs.vambe.me/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
id | string (UUID) | Unique folder identifier |
name | string | Folder name |
icon | string | null | Emoji/icon for the folder |
sort_order | number | Display order (lower numbers first) |
client_id | string (UUID) | Your organization ID |
parent_folder_id | string | null | Parent folder ID (null for root folders) |
source_url | string | null | Source URL if synced from external source |
source_type | string | null | Type of source (e.g., ‘confluence’, ‘gdrive’) |
is_public | boolean | Whether folder is publicly accessible |
created_at | string (ISO) | Folder creation timestamp |
updated_at | string (ISO) | Last update timestamp |
documents | array | Array of document objects in this folder |
subfolders | array | Array of nested folder objects |
| Field | Type | Description |
|---|---|---|
id | string (UUID) | Document identifier |
name | string | Document name |
icon | string | Document icon/emoji |
parent_folder_id: nullparent_folder_id pointing to parentdocuments array| Status Code | Description |
|---|---|
| 401 | Unauthorized - Invalid or missing API key |
| 500 | Internal Server Error - Something went wrong |
API key needed to authorize the request