Skip to main content
GET
Get Knowledge Base Details
Read only
v1 only. Knowledge bases are available on the /v1 API. There is no legacy unversioned equivalent.
Fetch one knowledge base by its 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_ids on Create Agent or Update Agent.
  • Detail views: render a knowledge base detail page in your own admin tooling.
A 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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Knowledge base returned successfully.

id
string
required

Signed knowledge base ID.

Example:

"kb_abc123"

name
string
required
Maximum string length: 150
Example:

"Loan FAQ"

created_at
string<date-time>
updated_at
string<date-time>