Skip to main content
GET
Returns every knowledge item in the organization, both global and assistant-specific ones.

Response

Returns 200 OK with an array of knowledge objects.
string
Knowledge item UUID
string
Display name
string
Indexed text of the knowledge item
string | null
null when the knowledge is global; a UUID when it belongs to a single assistant
array
Assistants that do not see this global knowledge item

Retrieve a specific knowledge item

Path Parameters

string
required
Knowledge item UUID
Returns 200 OK with a single knowledge object, or 404 if the item does not exist in your organization.

Errors