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

> 24 revisions in range; 5 could not be searched.

- **2026-06-17** `7f10172f7332` — 1 info
  - added the new optional `query` request parameter `user_id`

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

---

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