list_emails
Retrieve sent emails using cursor pagination. Pass before/after IDs and a limit to fetch specific batches of email records.
Instructions
List sent emails with cursor pagination (GET /emails).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor: return items after this id. | |
| limit | No | Max items to return. | |
| before | No | Cursor: return items before this id. |