Skip to main content
GET
List messages for an email

Authorizations

Authorization
string
header
required

Send a live API key in the Authorization header. Keys in query strings are rejected. A staging key never authenticates against production.

Headers

If-None-Match
string

Return 304 when the current representation matches this entity tag.

Path Parameters

email_id
string
required

Opaque email identifier. The address itself is never used as a path ID.

Pattern: ^eml_[A-Za-z0-9_-]{10,64}$
Example:

"eml_4p9g2t7n8w"

Query Parameters

limit
integer
default:50

Maximum number of resources to return.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned by the previous page. Do not construct or modify it.

Required string length: 1 - 512

Response

Current non-expired messages.

data
object[]
required
pagination
object
required
Last modified on August 8, 2026