Get events for the dataset.
Example:
const data = await trieve.getEventsForDataset({ page: 1, page_size: 10, type: ["chunk_action_failed"],}); Copy
const data = await trieve.getEventsForDataset({ page: 1, page_size: 10, type: ["chunk_action_failed"],});
Optional
Get events for the dataset.
Example: