Queued message counts, grouped by time period.
Response format | JSON |
---|---|
Requires authentication? | Yes |
channel optional | Filter by Channel. Aliased as channel_sid and channel_name. |
---|
curl -X GET \
-u '[SID]:[TOKEN]' \
'https://api.essential.to/v2/account/messages/analytics/queue_status'
# Sample response
{
"queuing": 4
}
Python coming soon.
Node coming soon.