---
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` EmailSummary[]
    - `id` string, nullable
    - `from` string, nullable
    - `to` string[], nullable
    - `subject` string, nullable
    - `html` string, nullable
    - `text` string, nullable
    - `created_at` string, date-time, nullable
    - `last_event` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

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

---

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