Explore custom event-data
get_event_dataExplore custom event properties with selectable views: events, fields, properties, values, or stats. Optionally scope by event name and filter by time range.
Instructions
Explore custom event properties. select chooses the view: 'events' (event names), 'fields' (all fields), 'properties' (property keys), 'values' (values for a property — pass propertyName), or 'stats' (counts). Optionally scope by eventName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endAt | No | Explicit end — ISO 8601, YYYY-MM-DD, or epoch milliseconds. Defaults to now. | |
| range | No | Relative window: "24h", "7d", "30d", "12w", "today", "yesterday", "this-week", "last-month", "this-year". Ignored when startAt/endAt are set. Default "7d". | |
| select | Yes | Which event-data view to return. | |
| startAt | No | Explicit start — ISO 8601, YYYY-MM-DD, or epoch milliseconds. Overrides range. | |
| eventName | No | Scope to a single custom event name. | |
| websiteId | Yes | Umami website UUID (obtain from list_websites). | |
| propertyName | No | Required when select='values'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| select | Yes | ||
| websiteId | Yes |