Get Event Data
Retrieve a list of custom events and their occurrence statistics for a website.Endpoint
Headers
Bearer token for authentication
Path Parameters
Website UUID
Query Parameters
Start timestamp in milliseconds
End timestamp in milliseconds
Filter by specific event name
Filter by URL path
Filter by referrer
Filter by page title
Filter by query string
Filter by operating system
Filter by browser
Filter by device type
Filter by country code
Filter by region
Filter by city
Filter by event tag
Filter by hostname
Filter by language
Response
Array of event data objects
Example Request
Example Response
Filtering by Event Name
To get data for a specific event:Use Cases
This endpoint is useful for:- Analyzing custom event frequency
- Understanding event property distributions
- Building custom event dashboards
- Tracking conversion metrics
- Analyzing user behavior patterns
Error Responses
Unauthorized - You don’t have permission to view this website’s event data
Event data includes aggregated statistics for custom events tracked via the Send Event endpoint with a
name parameter.