Get daily event analytics
Daily event-count time-series for a merchant over a date range (the admin-portal analytics events graph), scoped to the merchant from the JWT or the optional merchant_id override. Optionally drilled to a single interview. Capped at 1000 records per page.
Authorizations
Supabase JWT access token, passed as Authorization: Bearer <token>.
Query Parameters
Optional merchant to scope the results to. Honoured only when the caller is an admin or a sub-merchant operator; otherwise the merchant from the JWT is always used.
"28106cba-1c27-4e53-b149-32113e5e8e31"
Start of the date range (inclusive), YYYY-MM-DD.
^\d{4}-\d{2}-\d{2}$"2026-01-01"
End of the date range (inclusive), YYYY-MM-DD.
^\d{4}-\d{2}-\d{2}$"2026-01-01"
Optional interview definition id to drill the event counts down to a single interview.
Maximum number of records to return (1–1000).
1 <= x <= 100050
Number of records to skip from the start of the result set.
x >= 00