v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
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

object_idstring required

The object ID

vault_idstring required

The vault ID

total_chunksinteger required

Total number of chunks stored for the object