---
title: "Fetch one email"
method: GET
path: "/emails/{id}"
tags: ["Emails"]
---

# Fetch one email

`GET /emails/{id}`

## Response `200`

Email detail

- Email
  - `id` string, required
  - `from` string
  - `to` string[]
  - `subject` string
  - `status` 'queued' | 'sending' | 'sent' | 'delivered' | 'bounced' | 'complained' | 'failed' | 'cancelled', required
  - `tags` string[]
  - `created_at` string, date-time, required
  - `scheduled_at` string, date-time, nullable
  - `delivered_at` string, date-time, nullable

## Other responses

- `404` — Resource not found

---

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