getEmails
List emails matching optional filters like recipient, status, and date range, with limit and offset for pagination. Use this read-only endpoint to retrieve PostFrame email records via the EternalEngine public API.
Instructions
List emails (rate limit: 100 requests per 1m) Read-only (GET /postframe/emails).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| limit | No | ||
| offset | No | ||
| status | No | ||
| to_date | No | ||
| from_date | No |