Get a knowledge base by ID

Returns the knowledge base associated with the ID you specify.

Path parameters

idstringRequired
The ID of the knowledge base you plan to retrieve.

Headers

AuthorizationstringRequired

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

Response

Knowledge base retrieved successfully
idstring or null
The unique identifier of the knowledge base.
namestring or null
The name of the knowledge base.
descriptionstring or null
A description of the knowledge base.
folder_idstring or null
The ID of the folder where the knowledge base resides.
project_idstring or null
The ID of the project where the knowledge base resides.

Errors