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:
Path Parameters
Knowledge container id (example: userId_expertId_knowledge_name)
Response
Document objects for the container (includes sections, chunks, and token counts where available)
Entities extracted from the documents
Relationships inferred between entities
Summary counts: document_count, entity_count, relationship_count
Example Request
curl --location 'https://api.b-bot.space/api/v0/containers/<container_id>/docs' \
--header 'BBOT-API-Key: <your-bbot-api-key>'