text_preview, use chunk retrieval to fetch the full chunk text and nearby chunks from the document manifest stored in Vault.
Endpoint
Endpoint
When to use it
Search is optimized for relevance and compact responses. That means results often contain only a preview of the matched chunk. If the match lands inside a table, exhibit list, or a passage that spans several chunks, callread-chunks to recover the surrounding text.
Example workflow:
- Search returns chunk
13with a partial exhibit table. - Request
start=12&end=14. - Read the full text of chunks
12,13, and14together.
Ranges are inclusive and capped at 10 chunks per request.
Parameters
Example
Response
Media transcript chunk
Response fields
Each chunk includes:
Notes
endis clamped to the document’s final chunk if you request past the end.- Requests where
startis out of range return an error. - Objects without stored chunks return
total_chunks: 0and an emptychunksarray. start_msandend_msare omitted for normal documents and text-only transcripts. They are not inferred when media word timing is unavailable.

