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
Inspect SMS queue statistics for provider-level monitoring.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
provider (string, optional): Filter queue stats to one provider. Supported values include twilio, telnyx, and vonage.timestamp and a queues object keyed by provider.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.