Skip to main content

List indexed chunks

GET 

/knowledge-bases/:kb_id/chunks

The indexed passages in a knowledge base — literally what the AI can see.

This is the endpoint that lets you audit a knowledge base: if the assistant is answering oddly, the answer is usually visible here. Filter to one source with source_id, or pass include_content=false for metadata only, which is much cheaper when walking a large base.

Embedding vectors are never returned: a thousand floats per chunk, meaningless outside the model that produced them, and they would dwarf every other field.

Request

Responses

Chunks returned.

Response Headers
    X-Request-Id

    Correlation id for this request. Quote it when reporting a problem.