list_email_logs
Track outbound email delivery by retrieving log entries for sent or failed messages. Filter by state, subject, or recipient to inspect specific email activity.
Instructions
List outbound email log entries to track sent/failed emails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 25) | |
| state | No | Filter by state: sent, failed, ready, sending, ignored | |
| subject | No | Filter emails by subject (partial match) | |
| recipient | No | Filter by recipient email address |