list_emails
Retrieve sent emails from your project's mailbox, showing message ID, template, recipient, status, and timestamp. Paginate through results using limit and cursor.
Instructions
List sent emails from the project's mailbox. Shows message ID, template, recipient, status, and timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| limit | No | Max messages to return (server caps at 200) | |
| after | No | Pagination cursor (message id from prior page) |