list_emails
List sent emails from a project's mailbox, returning details like message ID, template, recipient, status, and timestamp. Supports pagination and filtering by direction or mailbox.
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 |