Function to get all chunks for a group. The response is paginated, with each page containing 10 chunks. Support for custom page size is coming soon. Page is 1-indexed.
Example:
const data = await trieve.getChunksGroupByTrackingId({ page: 1, groupTrackingId: "3c90c3cc-1d76-27198-8888-8dd25736052a"}); Copy
const data = await trieve.getChunksGroupByTrackingId({ page: 1, groupTrackingId: "3c90c3cc-1d76-27198-8888-8dd25736052a"});
Optional
Function to get all chunks for a group. The response is paginated, with each page containing 10 chunks. Support for custom page size is coming soon. Page is 1-indexed.
Example: