Get Document Chunks
Documents
Get Document Chunks
Get all chunks for a document after processing.
GET
Get Document Chunks
Authentication & Scope
Requires thesessions-read ability.
Request
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
documentId | uuid | Yes | The document ID |
Response
200 OK – Array of document chunks.
Chunks are only available after document processing is complete (status =
ready).Chunk Properties
| Property | Description |
|---|---|
chunk_index | Order of the chunk within the document |
blocks | Structured array of canonical blocks |
context | Optional AI-generated context prefix |
visual_context | Optional markdown describing visuals |
page_range | Page/slide/sheet range for the chunk |
