---
title: "Get Paginated Sent Emails"
method: GET
path: "/api/sent-emails/paginated"
tags: ["sent-emails"]
---

# Get Paginated Sent Emails

`GET /api/sent-emails/paginated`

## Query parameters

- `offset` integer
- `limit` integer
- `email_type` string, nullable
- `status` string, nullable
- `with_call_conoscitiva` boolean, nullable

## Response `200`

Successful Response

- SentEmailPaginatedResponse — Paginated sent email response.
  - `items` SentEmailItem[]
    - `id` string, uuid, nullable
    - `user_id` string, uuid, nullable
    - `email_type` string, nullable
    - `reason_value` string, nullable
    - `reason_text` string, nullable
    - `counter` integer, nullable
    - `sent_at` string, date-time, nullable
    - `status` string, nullable
    - `failure_reason` string, nullable
    - `retry_count` integer, nullable
  - `count` integer

## Other responses

- `422` — Validation Error

---

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