list_emails
List emails from a project mailbox, showing message ID, template, recipient, status, and timestamp. Optionally filter by direction or paginate results.
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) | |
| direction | No | Filter to received (inbound) or sent (outbound) messages. Omit for both. 'inbound' is the reconciliation backstop for a missed reply_received webhook. | |
| mailbox | No | Target mailbox by slug or id; omit only when the project has exactly one mailbox. |