v19

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-10250270.5 KB
Emails

List all emails

List all email activity (sent, received, and scheduled) with comprehensive filtering options.

get/api/e2/emails

Query parameters

type'all' | 'sent' | 'received' | 'scheduled'
status'all' | 'delivered' | 'pending' | 'failed' | 'bounced' | 'scheduled' | 'cancelled' | 'unread' | 'read' | 'archived'
time_range'1h' | '24h' | '7d' | '30d' | '90d' | 'all'
searchstring

Search query to filter emails by subject, sender, or recipient. Case-insensitive partial match.

domainstring

Filter by domain. Accepts domain ID (e.g., 'dom_xxx') or domain name (e.g., 'example.com').

addressstring

Filter by email address. Accepts address ID (e.g., 'addr_xxx') or raw email address (e.g., 'user@example.com').

limitstring

Maximum number of emails to return (1-100). Default is 50.

offsetstring

Number of emails to skip for pagination. Default is 0.

Response

Response for status 200