Skip to main content
GET
Get Knowledge Base Details
Read only 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 API 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.

success
enum<boolean>
required
Available options:
true
error
enum<boolean>
required
Available options:
false
statusCode
integer
required
Example:

200

message
string
required
Example:

"Success"

data
object
required
timestamp
string<date-time>
required