Search Inbox Emails
POST /inbox/emails/search
POST
/inbox/emails/search
Search email threads across one or more mailboxes.
mailboxes is REQUIRED and an empty list is not “all mailboxes” - the
inbox is per-mailbox, so an empty list is simply no result. Paging is on
the query string, matching the app, because the body is the filter.
Authorizations
Parameters
Query Parameters
page
integer
page_size
integer
Header Parameters
Request Body required
Filter and page email threads across one or more mailboxes.
object
campaign_ids
Any of:
Array<string>
null
exclude_tag_ids
Any of:
Array<string>
null
mailboxes
required
Mailbox addresses to search. REQUIRED: the inbox is per-mailbox, and an empty list is not ‘all mailboxes’, it is no result.
Array<string>
search_emails
Any of:
Array<string>
null
sort_by
string
sort_order
string
tag_ids
Any of:
Array<string>
null
Responses
200
Successful Response
object
data
required
A page of threads, or one thread, exactly as the inbox returns it.
object
items
Array<object>
object
key
additional properties
any
total
integer
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string