v20

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01970424.3 KB
Emails

List email outbox

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

get/emails/outbox

Query parameters

statusstring
simple_statusstring
user_idstring

Filter for emails whose recipient is the given user ID.

Filter for emails whose recipient is the given user ID.

limitstring

The maximum number of items to return. Maximum allowed is 100

The maximum number of items to return. Maximum allowed is 100

cursorstring

The cursor to start the result set from (email ID)

The cursor to start the result set from (email ID)

Response

Successful response

itemsobject[] required

Example response

{
  "pagination": {
    "next_cursor": "b3d396b8-c574-4c80-97b3-50031675ceb2"
  }
}