Skip to main content
GET
/
v1
/
knowledge
/
tree
Obtener el árbol completo de carpetas y documentos de la base de conocimientos.
curl --request GET \
  --url https://api.keebai.com/v1/knowledge/tree \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "title": "<string>",
      "position": 123,
      "path_cache": "<string>",
      "children": "<array>",
      "parent_id": {},
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.

Response

200 - application/json
items
object[]
required