Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

timezone
string
  • Ignored on this endpoint; raw rows carry UTC timestamps
groupInterval
enum<string>
Available options:
hour,
day,
month,
year
skip
number<double>
limit
number<double>
groupedBy
string
aggsType
string
startDate
string
  • Start date for filtering (ISO format)
endDate
string
  • End date for filtering (ISO format)
createdAt
string
updatedAt
string
type
string
  • Not a filter on this endpoint (stats_events has no type column) — passing it returns 400. The per-message kind lives in data.type (e.g. SHARED_COMMENT, USER_TEXT, BOT_REPLY).

Response

200 - application/json

Ok