get_event_data
Retrieve custom event-data properties collected over a specified time window, optionally filtered by event name. Provides detailed event analytics for Umami users with the required plan.
Instructions
Custom event-data properties collected over a window, optionally for one event name. Requires an Umami plan that exposes the event-data endpoints; returns a clear note if unavailable. For simple event counts use get_metrics with type=event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Window end: ISO 8601 or epoch ms. | |
| start | Yes | Window start: ISO 8601 or epoch ms. | |
| event_name | No | Optional: restrict to one event name. | |
| website_id | Yes | Umami website id. |