Get events for the dataset specified by the TR-Dataset header.
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
JSON request payload to get events for a dataset
The types of events to get. Leave undefined to get all events.
file_uploaded, file_upload_failed, chunks_uploaded, chunk_action_failed, chunk_updated, bulk_chunks_deleted, chunk_update_failed, dataset_delete_failed, qdrant_upload_failed, bulk_chunk_upload_failed, group_chunks_updated, group_chunks_action_failed, crawl_completed, crawl_failed, crawl_started, csv_jsonl_processing_failed, csv_jsonl_processing_checkpoint, csv_jsonl_processing_completed, video_uploaded, pagefind_indexing_started, pagefind_indexing_finished, etl_started, etl_completed, etl_failed The page number to get. Default is 1.
The number of items per page. Default is 10.
Events for the dataset
{
"created_at": "2021-01-01 00:00:00.000",
"dataset_id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3",
"event_data": {
"file_name": "file.txt",
"group_id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3"
},
"event_type": "file_uploaded",
"id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3",
"updated_at": "2021-01-01 00:00:00.000"
}