trieve-client 0.11.7

Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# GetEventsData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event_types** | Option<[**Vec<models::EventTypeRequest>**]EventTypeRequest.md> | 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. | [optional]
**page** | Option<**i64**> | The page number to get. Default is 1. | [optional]
**page_size** | Option<**i64**> | The number of items per page. Default is 10. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)