---
title: "Get raw annotated email"
method: GET
path: "/report/{id}/raw"
tags: ["reports"]
---

# Get raw annotated email

`GET /report/{id}/raw`

Retrieve the original email with headers added by filters

## Path parameters

- `id` string, required — Base32-encoded test ID (with hyphens)

## Response `200`

Raw email retrieved successfully

## Other responses

- `404` — Email not found

## Changes

- **2026-04-09** `2675cbdea134` — 3 breaking, 1 warning
  - the response's body type changed from `object` to no type for status `404`
  - removed the required property `error` from the response with the `404` status
  - removed the required property `message` from the response with the `404` status
  - removed the optional property `details` from the response with the `404` status
- **2025-10-20** `84d494a8a241` — 1 breaking, 1 info
  - added the pattern `^[a-z0-9-]+$` to the `path` request parameter `id`
  - for the `path` request parameter `id`, the format was generalized from `uuid` to no format
- **2025-10-15** `0178a1195e1a` — 2 breaking, 4 info
  - for the `path` request parameter `id`, the format changed from no format to `uuid`
  - the response's body type changed from no type to `object` for status `404`
  - removed the pattern `^[a-z0-9-]+$` from the `path` request parameter `id`
  - added the optional property `details` to the response with the `404` status
  - …2 more

[Change history](https://skmtc.dev/happydomain/apis/happydeliver-api/changes/report/:id/raw/get.md)

---

[API](https://skmtc.dev/happydomain/apis/happydeliver-api.md) · [All operations](https://skmtc.dev/happydomain/apis/happydeliver-api/llms.txt) · [OpenAPI document](https://skmtc.dev/happydomain/apis/happydeliver-api/revisions/2675cbdea134?raw)
