Queries
threadSingleValueMetric
Fetch an aggregate (single-value) metric for threads with rich filter and group-by support.
Returns one value per group bucket for the specified date range and SingleValueMetricName, making
it suitable for summary dashboards or leaderboard-style breakdowns by assignee, tier, or label
type. Requires metrics:read; grouping by assignee or filtering assignedToUser to anyone
other than the caller additionally requires metricsAgent:read.
QUERY
threadSingleValueMetric(input: ThreadSingleValueMetricInput!): ThreadSingleValueMetric!Arguments
input
required
Returns
values
One aggregate value per group bucket. Null in threadIds mode.
threadIds
[ID!]
The distinct thread ids behind the value. Populated only when mode is threadIds; null otherwise.
Query
Variables
Response
Query
Variables
Response

