Get knowledge base details by ID
Retrieve detailed information about a specific knowledge base including its configuration, document count, and metadata.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.
managedAPI Key for authentication
Successful Response
Represents a Knowledge Base item.
Attributes: id (str): KB unique identifier. name (str): KB name specified by the user. description (str): KB description specified by the user. type (KnowledgeBaseType): KB type, either managed or external. organization_id (str): Organization ID associated with the KB. total_documents (int): Total count of embedded documents. Defaults to 0.
KB unique identifier
KB name specified by the user
KB type, managed / external
managed, external Organization ID
KB description specified by the user
Agent ID
Total count of embedded documents