---
title: "List email outbox"
method: GET
path: "/emails/outbox"
tags: ["Emails"]
---

# List email outbox

`GET /emails/outbox`

Lists all emails in the outbox with optional filtering by status or simple_status.

## Query parameters

- `status` string
- `simple_status` string
- `limit` string — The maximum number of items to return. Maximum allowed is 100
- `cursor` string — The cursor to start the result set from (email ID)

## Response `200`

Successful response

- object
  - `items` object[], required
  - `pagination` object
    - `next_cursor` string — The cursor to fetch the next page of results. null if there is no next page.

---

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