Skip to main content
GET
Search Threads

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.