---
title: "Get Message Content"
method: GET
path: "/v1/message/{message_id}/content/"
---

# Get Message Content

`GET /v1/message/{message_id}/content/`

Retrieve the rendered content of a specific message. Returns the channel and the content object containing the rendered template output.

## Path parameters

- `message_id` string, required

## Response `200`

Returns the channel and rendered content of the message.

- object
  - `channel` 'sms' | 'email' | 'whatsapp' | 'inbox' | 'androidpush' | 'iospush' | 'webpush' | 'slack' | 'ms_teams' — Channel through which the message was sent.
  - `content` object — Rendered message content. The keys vary by channel and template configuration.

## Other responses

- `404` — Message not found.

---

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