---
title: "Persona Emails List"
method: GET
path: "/personas/{persona_id}/emails"
tags: ["personas"]
---

# Persona Emails List

`GET /personas/{persona_id}/emails`

## Path parameters

- `persona_id` string, required

## Query parameters

- `limit` integer — Maximum number of emails
- `timedelta` string, duration, nullable — Maximum time since email reception
- `only_unread` boolean — Whether to only return unread messages

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Response `200`

Successful Response

- EmailResponse[]
  - `subject` string, required — Subject of the email
  - `email_id` string, required — Email UUID
  - `created_at` string, date-time, required — Creation date
  - `sender_email` string, nullable, required — Email address of the sender
  - `sender_name` string, nullable, required — Name (if available) of the sender
  - `text_content` string, nullable — Raw textual body, can be uncorrelated with html content
  - `html_content` string, nullable — HTML body, can be uncorrelated with raw content

## Other responses

- `422` — Validation Error

---

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