Vaults
Get full object chunks
Retrieves full extracted chunk text for a processed vault object. Use this after search when a truncated preview is not enough and you need the exact chunk text or adjacent chunks for surrounding context such as tables, exhibit lists, or multi-part passages.
get/vault/{id}/objects/{objectId}/chunks
Path parameters
idstring required
The vault ID containing the document.
objectIdstring required
The processed object ID whose chunk text should be retrieved.
Query parameters
startinteger
The first chunk index to return (0-based). Defaults to 0.
endinteger
The last chunk index to return (inclusive). If omitted, only the start chunk is returned. Ranges are limited to 10 chunks.
Response
Successfully retrieved full chunk text for the requested range