Using TypeScript? Check out our GraphQL SDK for a fully typed client.
- Get a thread by ID
- Get a thread by external ID
- List threads — paginated, with filters
- Search threads — full-text search on title, description and message contents
thread:read
Get a thread by ID
Query
Variables
Get a thread by external ID
A thread’sexternalId is unique within a customer, which is why the customer ID is required when looking up by external ID.
Query
Variables
List threads
Thethreads query supports rich filtering (status, status detail, assignee, customer, labels, priority, date ranges) and sorting. This is the right query for building inbox-style views.
Query
Variables
Search threads
searchThreads performs a full-text search across thread title, description and message contents. For exact lookups prefer thread or threadByExternalId.
Query
Variables

