POST
/
api
/
events

Authorizations

Authorization
string
headerrequired

Headers

TR-Dataset
string
required

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
event_types
enum<string>[] | null

The types of events to get. Any combination of file_uploaded, chunk_uploaded, chunk_action_failed, chunk_updated, or qdrant_index_failed. 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
page
integer | null

The page number to get. Default is 1.

page_size
integer | null

The number of items per page. Default is 10.

Response

200 - application/json
events
object[]
required
page_count
integer
required