Knowledge Bases
Get Knowledge Base
Retrieves detailed information about a specific knowledge base, including its metadata, configuration, and statistics. This endpoint is useful for checking the current state of a knowledge base, including the number of documents it contains and its last update timestamp.
GET
Path Parameters
Response
200 - application/json
Response model for a Knowledge Base.
Unique identifier of the knowledge base in MongoDB ObjectId format.
UTC timestamp indicating when this knowledge base was created.
The name of the knowledge base.
UTC timestamp indicating when this knowledge base was last modified.
Detailed description of the knowledge base's purpose and contents.
Total number of documents currently stored in this knowledge base.