v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBMessages
Get Message Statistics
Retrieve aggregated statistics about messages
get/api/realtime/messages/stats
Query parameters
channelIdstring uuid
Filter stats by channel ID
sincestring date-time
Filter stats since this timestamp
Response
Message statistics
Example response
{
"totalMessages": 1250,
"whDeliveryRate": 0.98,
"topEvents": [
{
"eventName": "order.created",
"count": 450
}
]
}