---
title: "Get Email message"
method: GET
path: "/api/v1/messages/email/{id}"
tags: ["Messages"]
---

# Get Email message

`GET /api/v1/messages/email/{id}`

The method returns the content, title, and sender details of a message identified by the internal ID – html and css separately.
 By default, a rate limit of 500 requests per hour applies.

## Path parameters

- `id` integer, required

## Response `200`

## Other responses

- `429` — Too many requests:<br><ul><li>More than 500 requests per 1 hour.</li></ul>

---

[API](https://skmtc.net/esputnik/apis/esputnik-com.md) · [All operations](https://skmtc.net/esputnik/apis/esputnik-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esputnik/esputnik-com/versions/1c4afd7ba72a/schema)
