list_emails
Retrieve sent and received emails with filters for direction, delivery status, or subject search to quickly locate specific messages.
Instructions
List sent and received messages (most recent first). Filter by direction/status/search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search over subject/recipient. | |
| limit | No | Max items to return (default 25, max 100). | |
| cursor | No | Opaque pagination cursor from a prior response's nextCursor. | |
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. | |
| status | No | Filter by status (e.g. delivered, bounced, queued). | |
| direction | No | Filter by direction; omit for both. |