Get daily event analytics
Daily event-count time-series for a merchant over a date range (the admin-portal analytics events graph), scoped to your token’s merchant (or a merchant_id override). Optionally drilled to a single interview. Capped at 1000 records per page. Note: only day/event combinations with a non-zero count are returned — any day/event pair absent from the response should be treated as a count of 0 by the caller.
Authorizations
Supabase JWT — Authorization: Bearer <token>.
Query Parameters
Optional merchant to scope to. Admins and sub-merchant operators only; other callers always use their token's merchant.
"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
Response
A page of daily event counts with pagination metadata.