List emails
GET
/emails Cursor pagination uses cursorAt + cursorId from the previous page’s
nextCursor. Optional search, status, kind and tokenId filter outbound
messages within the project’s message-retention window.
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
tokenId | query | no | string | Only messages sent by this API key. |
undefined | undefined | no | — | |
search | query | no | string | Case-insensitive match against subject, from, or recipient addresses |
status | query | no | string | |
kind | query | no | string | |
cursorAt | query | no | string | Must be paired with cursorId |
cursorId | query | no | string | Must be paired with cursorAt |
Operation
| Method | GET |
| Path | /emails |
| Operation ID | listEmails |
| Tags | Emails |