How to get stat each user

i want to get stat each user. now i create body like this
{'flatten_multivalued_dimensions': True, 'groupBy': ['queueId', 'requestedRoutingSkillId', 'requestedLanguageId'], 'metrics': ['nError', 'tTalkComplete'], 'interval': '2022-05-09T00:00:00.000Z/2022-05-09T23:59:59.000Z', 'filter': {'type': 'and', 'predicates': [{'dimension': 'mediaType', 'value': 'voice'}]}}
for post_analytics_conversations_aggregates_query

how to get stat each user

You would need to include userId in your group by, you're only grouping by the queue and skill

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.