Queries
threadClustersPaginated
Returns a paginated list of AI-generated thread clusters for the current workspace.
Use filters to narrow results by company, tenant, or clustering variant.
Supports standard cursor-based pagination via first/after and last/before.
Requires the thread:read permission.
This API is in beta and may change without notice.
QUERY
threadClustersPaginated(first: Int, after: String, last: Int, before: String, filters: ThreadClustersFilter): ThreadClusterConnection!Arguments
first
Int
after
String
last
Int
before
String
filters
Returns
edges
pageInfo
Query
Response
Query
Response

