Authorizations
Body
application/json
JSON request payload to filter the events
Filter to apply to the events when querying for them
Example:
{
"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
Required range:
x >= 0
Response
The events for the request
Response body for the GetEvents endpoint