GET
/
api
/
v1
/
knowledge
/
folder
/
knowledge
/
{id}
curl --request GET \
  --url https://chat.api.toolzz.com.br/api/v1/knowledge/folder/knowledge/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "institutionId": "<string>",
  "name": "<string>",
  "knowLedgeBaseId": "<string>",
  "isRoot": true
}

Body Description

id
string
required

The KnowledgeBase Id

Response Description

The endpoint returns a response in JSON format with a confirmation response to the request.

id
uuid
required

Unique identifier of the folder.

institutionId
uuid
required

Identifier of the associated institution.

name
string
required

Name of the folder.

knowLedgeBaseId
uuid
required

Identifier of the associated knowledge base.

isRoot
boolean
required

Indicates if the folder is a root folder.