Knowledge Domains: List Documents
Knowledge Domains
Knowledge Domains: List Documents
List documents in a knowledge domain, including extracted entities and relationships.
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 yourBBOT-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