list_emails
Retrieve sent emails from a project mailbox, showing message ID, template, recipient, status, and timestamp.
Instructions
List sent emails from the project's mailbox. Shows message ID, template, recipient, status, and timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor (message id from prior page) | |
| limit | No | Max messages to return (server caps at 200) | |
| mailbox | No | Target mailbox by slug or id; omit only when the project has exactly one mailbox. | |
| direction | No | Filter to received (inbound) or sent (outbound) messages. Omit for both. 'inbound' is the reconciliation backstop for a missed reply_received webhook. | |
| project_id | Yes | The project ID |