---
title: "Get MMS"
method: GET
path: "/v2/mms/{id}"
tags: ["MMS"]
---

# Get MMS

`GET /v2/mms/{id}`

This request retrieves the information of an existing sent MMS message. You only need to supply the unique message id that was returned upon creation.

## Path parameters

- `id` string, uuid, required

## Response `200`

A single MMS message

- MMSResponse — MMS message details.
  - `id` string, required — Unique identifier for the MMS message.
  - `recipient` string, required — The destination number for delivery.
  - `sender` string, required — The sender number.
  - `country` string, required — Country code.
  - `subject` string, required — Subject of the message.
  - `message` string, required — Body text of the message.
  - `message_ref` string, required — Reference supplied by your system.
  - `content_urls` string[], required — List of media file URLs.
  - `status` string, required — Status of the message.
  - `track_links` boolean, required — Whether link tracking is enabled.
  - `is_sandbox` boolean, required — Deprecated. Will be removed in a future version.
  - `created_at` string, date-time, required — Timestamp when the MMS was created.
  - `updated_at` string, date-time, required — Timestamp when the MMS was last updated.

## Other responses

- `400` — Invalid MMS ID
- `404` — MMS not found

---

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