---
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.

## Changes

> 25 revisions in range; 2 could not be searched.

- **2026-07-23** `ae5572197e85` — 1 breaking, 1 warning
  - the response property `pagination/next_cursor` became nullable for the status `200`
  - added the new `undefined` enum value to the `pagination/next_cursor` response property for the response status `200`
- **2026-06-17** `e52366cddfcc` — 1 info
  - added the new optional `query` request parameter `user_id`

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/changes/emails/outbox/get.md)

---

[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/3ced76bb7fd8/schema)
