Skip to main content
GET
Obtener el árbol completo de carpetas y documentos de la base de conocimientos.
Returns the full hierarchy of active folders and documents in the knowledge base. The response is a tree nested by parent_id, ordered by position. Nodes don’t include content (content_json / content_text) to keep the response lightweight — to create documents use POST /v1/knowledge/documents, and to search within their content use POST /v1/knowledge/search.

Endpoint

Required scope

knowledge:read

Headers

Example request

Response

200 OK

401 / 403 / 429

Standard auth, scope, and rate limit errors.

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