This route allows you to view all user events.
Documentation Index
Fetch the complete documentation index at: https://docs.trieve.ai/llms.txt
Use this file to discover all available pages before exploring further.
JSON request payload to filter the events
Filter to apply to the events when querying for them
{
"date_range": {
"gt": "2021-08-10T00:00:00Z",
"lt": "2021-08-11T00:00:00Z"
},
"event_type": "view",
"is_conversion": true,
"metadata_filter": "path = \"value\"",
"user_id": "user1"
}Page of results to return
x >= 0The events for the request
Response body for the GetEvents endpoint