---
title: "View an archived email"
method: POST
path: "/archive/email"
tags: ["EMAIL ARCHIVE"]
---

# View an archived email

`POST /archive/email`

Fetch an archived email using the email_id

## Request body

- object
  - `email_id` string, required — The unique email_id of the archived email you wish to retrieve

## Response `200`

Archived email

- object
  - `request_id` string, required
  - `data` object, required
    - `attachment_count` integer
    - `attachments` unknown[]
      - unknown
    - `byte_count` integer
    - `email_id` string
    - `envelope_from` string
    - `headers` string
    - `recipient` string
    - `sender` string
    - `sent` string
    - `subject` string
    - `to` string
    - `url` string
    - `username` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/revisions/1ba6b25eebb9/schema)
