Fetch the groups which belong to a dataset specified by its id.
Example:
const data = await trieve.getGroupsForDataset({ page: 1}); Copy
const data = await trieve.getGroupsForDataset({ page: 1});
Optional
Fetch the groups which belong to a dataset specified by its id.
Example: