Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
KnowledgeBases.alist returns every knowledge base your organization owns.
Parameters
None.Returns list[KnowledgeBase]
Each KnowledgeBase is a full instance. See the KnowledgeBase class reference for fields and methods.
| Field | Type | Description |
|---|---|---|
id | str | Knowledge-base identifier. |
name | str | Display name. |
description | str | None | Description. |
type | KnowledgeBaseType | MANAGED (xpander.ai vector store) or EXTERNAL (provider-managed). |
organization_id | str | Owning org. |
total_documents | int | Document count. |
Sync version
Errors
RaisesModuleException on failure.
