Get all files which belong to a given dataset specified by the dataset_id parameter. 10 files are returned per page.
Example:
*const data = await trieve.getFilesForDataset({ page:1, }); Copy
*const data = await trieve.getFilesForDataset({ page:1, });
Optional
Get all files which belong to a given dataset specified by the dataset_id parameter. 10 files are returned per page.
Example: