Knowledge Base
Get Knowledge Base Details
Fetch one knowledge base by ID.
GET
Get Knowledge Base Details
Read only
Fetch one knowledge base by its
v1 only. Knowledge bases are available on the
/v1 API. There is no legacy unversioned equivalent.id, including its name and timestamps.
When to use this
- Verify before attaching: confirm a knowledge base exists and has the expected name before referencing it in
knowledge_base_idson Create Agent or Update Agent. - Detail views: render a knowledge base detail page in your own admin tooling.
404 Not Found means the knowledge base does not exist in this workspace. See Errors for the standard error format.
The response describes the knowledge base resource record. Content ingestion and processing status are managed by the dashboard flow and are not promised by this v1 response schema.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Get Knowledge Base Details