get_event_series
Retrieve time-series event metrics for a website, with optional filters for URL path or event name, grouped by hour, day, week, month, or year.
Instructions
Get event metrics over time (event series data) for a website
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 | |
| eventName | No | Filter by event name |