Skip to main content
GET
Get a knowledge base

Authorizations

Authorization
string
header
required

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

Path Parameters

kbId
string
required

Knowledge base to read. Get the ids from listMyKnowledgeBases.

Response

The knowledge base.

A knowledge base you can manage.

name
string
required

Display name.

Example:

"Support FAQ"

accountId
string
required

Account this knowledge base belongs to, e.g. 7. Only unique within instance: read the two together — the pair is what identifies the account, and accountId on its own does not.

instance
string
required

CloudChat instance the account lives in, e.g. 4. With accountId it forms the pair that identifies this row's account, which is what tells rows apart when one listing spans several accounts.

createdAt
string
required

When it was created (ISO-8601).

Example:

"2026-08-10T14:32:05"

updatedAt
string
required

When it last changed (ISO-8601).

Example:

"2026-08-10T18:20:41"

id
string

Use this id in the content endpoints.

Example:

"6683f1c2a4b19e0012ab34cd"