Retrieves a paginated list of knowledge bases for the authenticated user’s current workspace. The knowledge bases are returned using cursor-based pagination.
Documentation Index
Fetch the complete documentation index at: https://docs.colloqui.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication
The number of items per page. Must be at least 1. Must not be greater than 100.
25
The cursor for pagination. Use the meta.next_cursor or meta.previous_cursor from the response.
"example"
[
{
"id": "01kqh44erj3ea18g755d9wbr01",
"name": "eius et animi",
"created_at": "2026-05-01T06:38:04.000000Z",
"updated_at": "2026-05-01T06:38:04.000000Z",
"workspace_id": "01kqh44er249bbjra64d5frez4"
},
{
"id": "01kqh44esqy3py46g1pd3tmc81",
"name": "commodi incidunt iure",
"created_at": "2026-05-01T06:38:04.000000Z",
"updated_at": "2026-05-01T06:38:04.000000Z",
"workspace_id": "01kqh44esazsr39rfzbr5gh72f"
}
]