Events API
/events exposes event-level lead and sale rows for troubleshooting conversion pipelines and customer journeys.
Endpoint
Query parameters
Response shape
data: array of event rowsmeta.page: current pagemeta.limit: page sizemeta.hasMore: pagination hint for next-page loading
Permissions and availability
- Requires workspace auth.
- Requires
links:readpermission. - If analytics backend is unavailable, endpoint returns
503.
Caching behavior
Read responses are snapshot-cached for short TTL windows to reduce repeated analytics fetches while preserving near-real-time usability.Typical failures
400 BAD_REQUEST: invalidtype503 SERVICE_UNAVAILABLE: analytics service not configured500 ANALYTICS_ERROR: upstream analytics query failure
/user-guides/manual/data/events-and-customers-operations-reference/user-guides/manual/data/exports-and-operational-checks/user-guides/manual/data/analytics-and-reporting

