list_messages
Retrieve and filter messages from the unified send log by recipient, sender, status, date range, or source.
Instructions
List messages from the unified send log (transactional + campaign). Filter by recipient, sender, status, date range, or source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (default 50) | |
| apiKey | No | Send16 API key (overrides SEND16_API_KEY env var) | |
| offset | No | Page offset | |
| source | No | Restrict to one message source | |
| status | No | Delivery status filter | |
| to_email | No | Recipient email filter | |
| from_email | No | Sender email filter | |
| created_after | No | ISO-8601 timestamp lower bound | |
| created_before | No | ISO-8601 timestamp upper bound |