List message events
Retrieve events for a message with:Pagination
SMS event history currently supports alimit parameter only.
Unlike Email events, SMS events do not currently expose an
offset parameter in the service contract.
Event data
An event can include a unique event ID, event type, occurrence time, provider, and optional code or message.Events and message status
The SMS resource exposeslast_event as the latest known state. Use the event list when you need the delivery history behind that state.
Common SMS states include queued, processing, submitted, sent, delivered, undelivered, rejected, failed, expired, unknown, and canceled.
Refresh provider status
When you need the latest state directly from the provider, Dugble also exposesPOST /sms/{message_id}/sync-status for messages that have already been submitted to a provider.