Skip to main content
GET
Search All Threads
Full-text search over threads in every inbox in the account. Returns count, limit, next_page_token and threads; page with next_page_token. Same fields as get_agentmail_threads, which is the one to use for everything in date order. This is the organization-wide view spanning every inbox in the account. Every AIsa caller shares one AgentMail account, so this reaches inboxes other callers created; the inbox-scoped twin get_agentmail_inbox_threads_search is the one to use when a single inbox is meant.

Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Bearer authentication

Query Parameters

q
string
required

Full-text search query. Matched against the sender, recipients, and subject (substring) and the message body (tokenized full text).

limit
integer

Limit of number of items returned.

page_token
string

Page token for pagination.

before
string<date-time>

Timestamp before which to filter by.

after
string<date-time>

Timestamp after which to filter by.

Response

Response with status 200

count
integer
required

Number of items returned.

threads
SearchThreadItem · object[]
required

Ordered by relevance, best match first.

limit
integer

Limit of number of items returned.

next_page_token
string

Page token for pagination.