v1

latestOpenAPI 3.0.02026-07-2612645160.3 KB
Assistant Documents

Get all folders

Retrieve all knowledge base folders for your organization.

get/api/documents/assistant/folders

Headers

x-api-keystring required

API key needed to authorize the request

Response

Folders retrieved successfully.

idstring
namestring
iconstring
sort_ordernumber
created_atstring
subfoldersobject[]

Example response

[
  {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "Product Documentation",
    "icon": "📚",
    "created_at": "2024-01-15T10:00:00.000Z"
  }
]