Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available sorts are type, status, from_email, subject, created_at, status_changed_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -type.
The number of results that will be returned per page.
The cursor to start the pagination from.
inbound, outbound pending, queued, suppressed, processed, delivered, soft_bounced, hard_bounced, spam_complaint, failed, blocked, policy_rejected, unsubscribed Filter by route ID
Filter by domain ID
Filter by tag name
Search by sender email (partial match)
Search by subject (partial match)
Filter messages created after this date
Filter messages created before this date
Response
Paginated set of MessageListData
Base path for paginator generated URLs.
Number of items shown per page.
The "cursor" that points to the next set of items.
The "cursor" that points to the previous set of items.