list_emails
Retrieve a paginated list of sent emails, using cursors for forward or backward navigation and a configurable page size.
Instructions
List sent emails with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for forward pagination | |
| limit | No | Max results (1-100, default 20) | |
| before | No | Cursor for backward pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| object | No | list | |
| has_more | No |