---
title: "View sent SMS"
method: POST
path: "/sms/view-sent"
tags: ["SMS"]
---

# View sent SMS

`POST /sms/view-sent`

View sent SMS messages.

## Request body

- object
  - `start_date` string, date — ISO-8601 formatted datetime which defaults to 7 days ago at midnight. The range will be inclusive of start_date and exclusive of end_date. Timezone is UTC.
  - `end_date` string, date — ISO-8601 formatted datetime which defaults to now. Timezone is UTC.
  - `username` string — If passed will filter the results based on the username information on the message
  - `subaccount_id` string — If you wish to make this API call on behalf of a subaccount then include its unique ID here.

## Response `200`

SMS Messages

- object
  - `data` object
    - `request_id` string
    - `messages` object[], required
      - `id` string — A unique ID associated with the message
      - `timestamp` string — A timestamp indicating when the message was sent
      - `username` string — The username used to send the message
      - `sender` string
      - `sender_email` string — If sent via email this is the sender email
      - `destination_address` string — The number the message was sent to
      - `destination_address_county` string — The country the destination address resides in
      - `format` string — The format of the sent message
      - `status` string — The status of the sent message
      - `content` string — The content of the sent message
      - `units` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/versions/1ba6b25eebb9/schema)
