Dataset
Get events for the dataset
Get events for the dataset specified by the TR-Dataset header.
POST
/
api
/
dataset
/
events
Authorizations
Headers
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.
Body
application/json
The types of events to get. Leave undefined to get all events.
Available options:
file_uploaded
, file_upload_failed
, chunks_uploaded
, chunk_action_failed
, chunk_updated
, bulk_chunks_deleted
, 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
The page number to get. Default is 1.
The number of items per page. Default is 10.