Skip to main content

Overview

When monitoring a message, the platform returns specific status codes reflecting its state within our engine or the carrier network.

Status Reference

StatusDescription
STAGEDQueued in our system (typically scheduled messages).
SUBMITDHanded off to the carrier; awaiting delivery receipt (DLR).
DELIVRDHandset has successfully received the message.
UNDELIVUnsuccessful submission (e.g., inactive number).
EXPIREDCould not deliver within the carrier’s validity period.
BLISTRestricted due to a global or workspace blocklist.
NOROUTENo valid carrier route exists for the destination.
CANCELLEDScheduled 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.