Get text delivery status
Texting
Get Text Status
Returns delivery status for a previously sent message. messageId is the value returned by the send endpoint. Delivery reports arrive asynchronously from the carrier, so poll after a short delay.
GET
Get text delivery status
Authorizations
Path Parameters
The messageId returned by the send endpoint.
Response
Current delivery status.
Carrier status: Queued, Sent, Delivered, or Rejected / Failed / Undelivered on failure.
On failed messages: FATAL (do not retry), NON_FATAL (transient, retry may succeed), or null when the carrier reason is unrecognized.
Available options:
FATAL, NON_FATAL True when the failure is NON_FATAL and a retry may succeed.
