v1

latestOpenAPI 3.0.1MIT2026-07-22241852.5 KB

Get text delivery 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/text/status/{messageId}

Path parameters

messageIdstring required

The messageId returned by the send endpoint.

Response

Current delivery status.

messageIdstring required
statusstring required

Carrier status: Queued, Sent, Delivered, or Rejected / Failed / Undelivered on failure.

deliveredboolean required
failedboolean required
failureClassification'FATAL' | 'NON_FATAL' nullable

On failed messages: FATAL (do not retry), NON_FATAL (transient, retry may succeed), or null when the carrier reason is unrecognized.

retryRecommendedboolean

True when the failure is NON_FATAL and a retry may succeed.

createdAtstring date-time
updatedAtstring date-time