Queries
threads
List threads with optional filtering and sorting, returned as a paginated connection. Supports rich filters (status, assignee, customer, label, priority, date ranges, tenant, tier, thread fields, and more) and multiple sort orders. Use this query to build inbox-style views or to export threads in bulk. Requires the thread:read permission.
QUERY
threads(filters: ThreadsFilter, sortBy: ThreadsSort, first: Int, after: String, last: Int, before: String): ThreadConnection!Arguments
filters
sortBy
first
Int
after
String
last
Int
before
String
Returns
pageInfo
edges
[ThreadEdge!]!
totalCount
Int!
Query
Response
Query
Response

