Messaging
SMS Queue Stats
Get SMS queue statistics for monitoring.
Returns the number of active and pending messages in each provider queue.
Args: provider: Optional provider filter (twilio, vonage, telnyx)
Returns: SMSQueueStatsResponse: Queue statistics
GET
Inspect SMS queue statistics for provider-level monitoring.
The exact queue keys may vary as the queue service evolves, but the response always includes a
Query Parameters
provider(string, optional): Filter queue stats to one provider. Supported values includetwilio,telnyx, andvonage.
Response
Response
timestamp and a queues object keyed by provider.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.