---
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, simple_status, or user_id.

## Query parameters

- `status` string
- `simple_status` string
- `user_id` string — Filter for emails whose recipient is the given user ID.
- `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` 'null', nullable — The cursor to fetch the next page of results. null if there is no next page.

---

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