---
title: "Retrieve a sent SMS message"
method: GET
path: "/sent_sms_messages/{id}"
tags: ["Sent sms messages"]
---

# Retrieve a sent SMS message

`GET /sent_sms_messages/{id}`

## Path parameters

- `id` string, required

## Response `200`

A `SentSmsMessage` object

- SentSMSMessage
  - `id` string, required — The ID of the sent SMS message
  - `created_at` string, required — The time when the SMS was created in ISO 8601 format
  - `customer` string, nullable, required — The ID of the customer that was sent the SMS message
  - `business` string, nullable, required — The ID of the business that sent the text message
  - `to_phone_number` string, required — The phone number the SMS was sent to
  - `message` string, required — The content of the SMS message
  - `mms` boolean, required — Whether the text message went over MMS, e.g. included an image
  - `num_segments` number, required — The number of text segments used
  - `sent_at` string, nullable, required — The time when the SMS was sent in ISO 8601 format
  - `twilio_message_sid` string — Twilio's returned message SID
  - `telgorithm_message_sid` string — Telgorithm's returned message SID
  - `campaign` string — The ID of the campaign that sent the SMS message. Only present if the SMS message was sent as part of a campaign
  - `trigger` string — The ID of the trigger that sent the SMS message. Only present if the SMS message was sent as part of a trigger

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
