timeSeriesMetric
Fetch a named time-series metric for the workspace, returning data points bucketed over a time range.
Pass a metric name such as threads_created_count or threads_first_response_time__p50 and optional
options to control the date range, grouping dimension, and interval. Requires the metrics:read
permission; agent-specific metric names additionally require metricsAgent:read and the
team_reporting billing feature. The available look-back window is determined by your plan’s
insights_max_days entitlement.
timeSeriesMetric(name: String!, options: TimeSeriesMetricOptions): TimeSeriesMetricArguments
Returns
Ordered bucket start times for the series data points, one per interval.
One series entry per dimension value (or a single entry when no dimension is requested).

