---
title: "Get SMS Sent to Account"
method: GET
path: "/get-contact-sms-stats.json"
tags: ["Reporting"]
---

# Get SMS Sent to Account

`GET /get-contact-sms-stats.json`

This will return paginated information regarding individual messages sent to provided mobile number.

## Response `200`

OK

- object
  - `page` object
    - `count` integer
    - `number` integer
  - `total` integer
  - `records` object[]
    - `message_id` integer
    - `datetime_send` string, date-time
    - `delivery_status` string
  - `error` object
    - `code` string
    - `description` string

---

[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)
