List all knowledge bases accessible to the user (personal, org-shared, or subscribed).
cURL
curl --request GET \ --url https://your-domain.com/api/knowledge-bases \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "name": "<string>", "description": "<string>", "chunk_strategy": "<string>", "chunk_size": 123, "chunk_overlap": 123, "retrieval_mode": "hybrid", "document_count": 123, "total_chunks": 123, "status": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "size": 123, "pages": 123 }
API Key (fim_xxx) or JWT token
x >= 1
1 <= x <= 100
Paginated list of knowledge bases
Show child attributes