list_emails
Retrieve sent emails in paginated batches to find recent sends and their unique identifiers.
Instructions
List sent emails (paginated). Useful to find recent sends and their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (1-100) | |
| after | No | Pagination cursor: return items after this ID | |
| before | No | Pagination cursor: return items before this ID |