Retrieve a paginated list of received inbound emails with filtering, search, and sorting options.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number
x >= 1Number of items per page
1 <= x <= 100Filter by status: pending, success, or failed. Takes precedence over processed if both are provided.
pending, success, failed Filter by processing status. If not provided, returns all. Ignored when status is set.
Inclusive lower bound on received date (falls back to created_at when received_at is null)
Inclusive upper bound on received date (falls back to created_at when received_at is null)
Case-insensitive search across sender email, subject, message ID, and attachment filenames
Field to sort by
received_at, created_at Sort direction (asc/desc)
asc, desc