---
title: "Get Resend Emails"
method: GET
path: "/Resend/Emails"
tags: ["Resend"]
---

# Get Resend Emails

`GET /Resend/Emails`

**Requires permission:** *IT*

Get a list of emails from Resend, filter by the 'after' parameter to only get emails sent after a specific email ID and supply an email id in filter to return a specific email

## Query parameters

- `after` string, guid, nullable
- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Success

- GetEmailsResponse
  - `emails` EmailReceipt[]
    - `id` string, guid
    - `from` EmailAddress
      - `email` string
      - `displayName` string, nullable
    - `to` EmailAddress[]
      - `email` string
      - `displayName` string, nullable
    - `cc` EmailAddress[]
      - `email` string
      - `displayName` string, nullable
    - `bcc` EmailAddress[]
      - `email` string
      - `displayName` string, nullable
    - `reply_to` EmailAddress[]
      - `email` string
      - `displayName` string, nullable
    - `subject` string
    - `text` string, nullable
    - `html` string, nullable
    - `scheduled_at` DateTimeOrHuman
      - `isMoment` boolean
      - `moment` string, date-time, nullable
      - `human` string, nullable
    - `created_at` string, date-time
    - `last_event` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized
- `403` — Forbidden

---

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