List sent email history
list_email_logsList sent-email history / delivery logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | One row per sent email — recipients, sender name and address, subject, sent_at, and the delivery events (delivered, opened, bounced) with the last one called out. | |
| meta | No | Pagination for the list — page, limit and the total row count. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |