GET
/
v1
/
knowledge-bases
/
{kb_id}

Path Parameters

kb_id
string
required

Response

200 - application/json

Response model for a Knowledge Base.

_id
string
required

Unique identifier of the knowledge base in MongoDB ObjectId format.

created_at
string
required

UTC timestamp indicating when this knowledge base was created.

name
string
required

The name of the knowledge base.

updated_at
string
required

UTC timestamp indicating when this knowledge base was last modified.

description
string | null

Detailed description of the knowledge base's purpose and contents.

document_count
integer
default:
0

Total number of documents currently stored in this knowledge base.