Knowledge Bases V2

Get a Knowledge Base V2

get/v2/knowledge-base/{id}

Path parameters

idstring uuid required

The unique identifier for the resource.

Response

namestring required
descriptionstring nullable
idstring required
orgIdstring required
createdAtstring date-time required
updatedAtstring date-time required
toolIdstring nullable required

Id of the tool that searches this knowledge base (at most one per base; provisioned on creation). Attach it to an assistant via model.toolIds. Null when the base has no search tool yet.

Changes