Skip to main content
GET
Knowledge Domains: List Documents

Overview

Fetch all documents for a knowledge domain container, plus the extracted entities and relationships. Access is restricted to the container owner derived from your BBOT-API-Key.

Authentication

Send your API key:
string
Your BBOT API key

Path Parameters

string
required
Knowledge container id (example: userId_expertId_knowledge_name)

Response

array
Document objects for the container (includes sections, chunks, and token counts where available)
array
Entities extracted from the documents
array
Relationships inferred between entities
object
Summary counts: document_count, entity_count, relationship_count

Example Request

cURL