get_events
Fetch event data for a website over a custom time period. Specify start and end timestamps, select a time unit (hour/day/week/month/year), set timezone, and optionally filter by URL path to analyze specific page events.
Instructions
Get event data for a website over time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| websiteId | Yes | Website UUID | |
| startAt | Yes | Start timestamp in milliseconds | |
| endAt | Yes | End timestamp in milliseconds | |
| unit | Yes | Time grouping unit | |
| timezone | No | Timezone (e.g. 'Asia/Seoul') | |
| url | No | Filter by URL path |