Get statisticsraw data
Get raw statistics data. Filterable fields: actionType (e.g. HOME_MENU_CLICK), resourceType
(e.g. WIDGET), actionUser, associatedEntity, description, first, rowId, and the data.*
fields (data.type, data.tags, data.processingUser, data.ticketId, …).
Suffix a filter with _gte, _lte, _gt, _lt, _ne, _in or _nin for range/set operators.
At most 10000 rows are returned; skip/limit are ignored. A filter on a field this table
doesn’t have is rejected with a 400 naming the field and listing the supported ones.
Row timestamps are UTC; timezone does not apply here (it only affects bucketed endpoints).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
- Ignored on this endpoint; raw rows carry UTC timestamps
hour, day, month, year - Start date for filtering (ISO format)
- End date for filtering (ISO format)
- Not a filter on this endpoint (
stats_eventshas notypecolumn) — passing it returns 400. The per-message kind lives indata.type(e.g. SHARED_COMMENT, USER_TEXT, BOT_REPLY).
Response
Ok