---
title: "GET /v1/emails/{emailId}"
method: GET
path: "/v1/emails/{emailId}"
---

# GET /v1/emails/{emailId}

`GET /v1/emails/{emailId}`

## Response `200`

Retrieve the user

- object
  - `id` string, required
  - `teamId` number, required
  - `to` string, required
  - `from` string, required
  - `subject` string, required
  - `html` string, nullable, required
  - `text` string, nullable, required
  - `createdAt` string, required
  - `updatedAt` string, required
  - `emailEvents` object[], required
    - `emailId` string, required
    - `status` 'QUEUED' | 'SENT' | 'OPENED' | 'CLICKED' | 'BOUNCED' | 'COMPLAINED' | 'DELIVERED' | 'REJECTED' | 'RENDERING_FAILURE' | 'DELIVERY_DELAYED', required
    - `createdAt` string, required
    - `data` unknown

## Changes

- **2024-05-21** `ad91eadfd8ee` — 4 warning, 5 info
  - deleted the `path` request parameter `emailId`
  - removed the optional property `bcc` from the response with the `200` status
  - removed the optional property `cc` from the response with the `200` status
  - removed the optional property `replyTo` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/usesend/apis/usesend-api/changes/v1/emails/:emailId/get.md)

---

[API](https://skmtc.dev/usesend/apis/usesend-api.md) · [All operations](https://skmtc.dev/usesend/apis/usesend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesend/usesend-api/revisions/ad91eadfd8ee/schema)
