list_account_messages
Retrieve all messages across products in an account, sorted newest first. Search by subject or recipient and filter by status or direction.
Instructions
List messages across ALL products in the account (tenant-wide), newest first. Like list_emails but not scoped to one sender — use an account-wide key to see every product's mail in one feed.
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. | |
| direction | No | Filter by direction; omit for both. |