---
title: "Get SMS Delivery Status"
method: POST
path: "/get-sms-delivery-status.json"
tags: ["Reporting"]
---

# Get SMS Delivery Status

`POST /get-sms-delivery-status.json`

Retrieves detailed information about messages sent to a specific recipient. This included full message content including populated variables.

## Response `200`

OK

- object
  - `message_id` string — Numeric ID assigned to the message that was sent
  - `sender_id` string — Sender ID that message was sent from
  - `mobile` string — Mobile number of recipient
  - `send_at` string, date-time — Date and time that message was sent from your account. Returned in ISO8601 format YYYY-MM-DD HH:MM:SS in UTC Timezone.
  - `datetime` string, date-time — Date and time that message was delivered. This is the date returned in the DLR in ISO8601 format YYYY-MM-DD HH:MM:SS in UTC Timezone.
  - `message` string — Content of message sent. Includes populated variables
  - `status` object — Report of message status Delivery reports are marked using a DLR (Delivery Receipt) or Acknowledgement (ACK) returned from the carrier, a DLR is a handset level report and an ACK is simply a response from the carrier that the request was received. Global carriers have different functionality available. See our Global Delivery List for details.
    - `delivered` string — Messages delivered
    - `failed` string — Message bounced. For detailed bounce report use get-sms-sent

---

[API](https://skmtc.net/kudosity/apis/transmit-sms-api.md) · [All operations](https://skmtc.net/kudosity/apis/transmit-sms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kudosity/transmit-sms-api/versions/9f6c34b849af/schema)
