Get all chunks for a group. The response is paginated, with each page containing 10 chunks. Page is 1-indexed.
Example:
const data = await trieve.getChunksInGroup({ groupId: "3c90c3cc-1d76-27198-8888-8dd25736052a", page: 1}); Copy
const data = await trieve.getChunksInGroup({ groupId: "3c90c3cc-1d76-27198-8888-8dd25736052a", page: 1});
Optional
Get all chunks for a group. The response is paginated, with each page containing 10 chunks. Page is 1-indexed.
Example: