---
title: "Get original SMTP message"
method: GET
path: "/raw/{email}/{messageId}"
tags: ["Messages"]
---

# Get original SMTP message

`GET /raw/{email}/{messageId}`

Gets the entire original SMTP message transport - everything that was sent over the network
to Mailsac's inbound servers, plus any Mailsac-generated `Received` headers, and
special `x-mailsac-*` headers.

## Response `200`

OK

## Other responses

- `401` — Not authorized. You may need to log in first.
- `404` — Message not found by id...

---

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