list_emails
Retrieve a project's recent emails in reverse chronological order with cursor-based pagination. Filter results by delivery status like sent or bounced.
Instructions
List recent emails for the project, newest first, with cursor pagination. Optionally filter by delivery status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-100). | |
| after | No | Email id to page after (cursor). | |
| status | No | Filter by delivery status. |