Search Threads
Full-text search across threads in the organization, ranked by
relevance. The query is matched against senders, recipients, and
subject (substring) and the message body (tokenized full text). Spam,
trash, blocked, and unauthenticated threads are always excluded.
limit cannot exceed 100.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
q
Full-text search query. Matched against the sender, recipients, and subject (substring) and the message body (tokenized full text).
limit
Limit of number of items returned.
page_token
Page token for pagination.
before
Timestamp before which to filter by.
after
Timestamp after which to filter by.
Response
This endpoint returns an object.
count
Number of items returned.
threads
Ordered by relevance, best match first.
limit
Limit of number of items returned.
next_page_token
Page token for pagination.
Errors
400
Validation Error
404
Not Found Error
