admin_email_log
List lifecycle email log entries with filtering and pagination to audit delivery, debug suppressions, or check drip cadence across all categories.
Instructions
List lifecycle email log entries with filtering and pagination. SUPER_ADMIN only. Returns sent/skipped/failed lifecycle emails across all categories (re_engagement, trial_ended, feature_drip, account_without_login, first_company_created, first_invoice_created, dunning, trial_expiration). Use to audit delivery, debug suppressions, or check drip cadence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Items per page (default: 25, max: 100) | |
| dateTo | No | Filter entries sent on or before this ISO 8601 date, e.g. 2026-05-31 | |
| status | No | Filter by delivery status | |
| userId | No | Filter by sender/associated user UUID | |
| category | No | Filter by email category, e.g. re_engagement, trial_ended, feature_drip | |
| dateFrom | No | Filter entries sent on or after this ISO 8601 date, e.g. 2026-05-01 | |
| recipientEmail | No | Filter by recipient email (partial match) |