Retrieves the text chunks that were generated from a document during ingestion. Chunks represent semantic sections of the document and are used for retrieval and analysis.
Users can only access chunks from documents they own or have access to through collections. Vector embeddings are only included if specifically requested.
Results are returned in chunk sequence order, representing their position in the original document.
The ID of the document to retrieve chunks for.
Specifies the number of objects to skip. Defaults to 0.
Specifies a limit on the number of objects to return, ranging between 1 and 100. Defaults to 100.
Whether to include vector embeddings in the response.
Successful Response