Skip to main content
GET
/
emails
/
outbox
List email outbox
curl --request GET \
  --url https://api.stack-auth.com/api/v1/emails/outbox
{
  "items": [
    {}
  ],
  "pagination": {
    "next_cursor": "b3d396b8-c574-4c80-97b3-50031675ceb2"
  }
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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 - application/json

Successful response

items
object[]
required
pagination
object