Queries
searchThreads
Full-text search across thread titles, message contents, and customer names/emails. Accepts optional ThreadsFilter to narrow results further. For exact lookups by ID, ref, or external ID use the dedicated queries instead. Requires the thread:read permission.
QUERY
searchThreads(searchQuery: ThreadsSearchQuery!, filters: ThreadsFilter, first: Int, after: String, last: Int, before: String): ThreadSearchResultConnection!Arguments
searchQuery
required
filters
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Variables
Response
Query
Variables
Response

