get https://api.egp.scale.com/v4/knowledge-bases/
Description
Gets the details of a knowledge base.
Details
This API can be used to get information about a single knowledge base by ID. To use this API, pass in the knowledge_base_id
that was returned from your Create Knowledge Base API call as a path parameter.
This API will return the details of a knowledge base including its ID, name, the embedding model it uses, any metadata associated with the knowledge base, and the timestamps for its
creation, last-updated time.
Backwards Compatibility
V2 and V1 Knowledge Bases are entirely separate and not backwards compatible. Users who have existing V1 knowledge bases will need to migrate their data to V2 knowledge bases.