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.aget loads one knowledge base by id, returning a full KnowledgeBase instance.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
knowledge_base_id | str | Yes | KB id. |
Returns KnowledgeBase
A full KnowledgeBase instance. See the KnowledgeBase class reference.
Sync version
Errors
RaisesModuleException on failure:
| Status | Cause |
|---|---|
| 404 | KB doesn’t exist or wrong org. |
| 403 | KB exists but isn’t accessible. |
| 500 | Server error. |

