Overview
When monitoring a message, the platform returns specific status codes reflecting its state within our engine or the carrier network.Status Reference
| Status | Description |
|---|---|
| STAGED | Queued in our system (typically scheduled messages). |
| SUBMITD | Handed off to the carrier; awaiting delivery receipt (DLR). |
| DELIVRD | Handset has successfully received the message. |
| UNDELIV | Unsuccessful submission (e.g., inactive number). |
| EXPIRED | Could not deliver within the carrier’s validity period. |
| BLIST | Restricted due to a global or workspace blocklist. |
| NOROUTE | No valid carrier route exists for the destination. |
| CANCELLED | Scheduled message was cancelled before transmission. |
Monitoring
Retrieve these statuses via the/v1/messaging/sms/messages/{uuid} endpoint or configure a Webhook URL for automated notifications.