Returns a list of message summaries for the account. Can be filtered by various parameters.
content field is omitted from list responses for performance reasons. Use the
Get Message endpoint to retrieve the full
message content.API key for authentication
Account ID
Filter by comma-separated list of message statuses
Sender email address (must be from domain in API key scopes)
Recipient email address
Filter by subject text
Filter by message ID header (same ID returned by CreateMessage API)
Filter messages created after this time (RFC3339 format)
Filter messages created before this time (RFC3339 format)
Maximum number of items to return (1-100)
1 <= x <= 100Pagination cursor for the next page. Provide the value provided in next_cursor from the response.
Pagination cursor for the previous page.