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

# GET /v1/emails/{emailId}

`GET /v1/emails/{emailId}`

## Path parameters

- `emailId` string, required

## Response `200`

Retrieve the email

- object
  - `id` string, required
  - `teamId` number, required
  - `to` union, required
    - string
    - string[]
  - `replyTo` union
    - string
    - string[]
  - `cc` union
    - string
    - string[]
  - `bcc` union
    - string
    - string[]
  - `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` 'SCHEDULED' | 'QUEUED' | 'SENT' | 'DELIVERY_DELAYED' | 'BOUNCED' | 'REJECTED' | 'RENDERING_FAILURE' | 'DELIVERED' | 'OPENED' | 'CLICKED' | 'COMPLAINED' | 'FAILED' | 'CANCELLED' | 'SUPPRESSED', required
    - `createdAt` string, required
    - `data` unknown

---

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