list_chunks
list_chunks
List chunks belonging to a document. Chunks are the individual text segments created when a document is processed for vector search.
Path parameters
documentId
Unique ID of the Document.
Query parameters
page_number
The page number to retrieve (0-indexed).
page_size
Specify the number of results to return on a single page. The default page size is `50` and the maximum is `1000`.
page_token
Token for cursor-based pagination. Required when `page_number` > 0.
Response
data
A list of chunks.
links
Pagination links.
Response Example
Response