How should I properly to retrieve tHandle, tAcw, and tHold metrics broken down by 30-minute intervals using the Genesys Cloud Analytics API?
- I am calling
POST /api/v2/analytics/queues/detailswithinterval=PT30M. - I am setting
metricsto includetHandle,tAcw, andtHold. - The response returns aggregated totals instead of time-bucketed data for each interval.
Is there a specific groupBy parameter or request body modification required to force interval-level granularity for these agent-specific metrics?