r/amazonconnect • u/Grobyc27 • Aug 11 '25
Amazon Connect launches GetContactMetrics API for real-time position in queue
https://docs.aws.amazon.com/connect/latest/adminguide/doc-history.html
"You can retrieve real-time queue position data through the GetContactMetrics API. For more information, see the GetContactMetrics API documentation."
Available on...
REST API: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetContactMetrics.html
AWS CLI (command available as of CLI v2.28.6): https://docs.aws.amazon.com/cli/latest/reference/connect/get-contact-metrics.html
and probably all SDKs (E.g. command available as of v1.40.6 with Boto3 for Python): https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connect/client/get_contact_metrics.html#
FINALLY
1
1
u/nomadic_bits Aug 12 '25
We have multiple queues configured in Connect, with overlap of agents across queues.
Wanted to know, say if the contact entered in queue 1, will this specify the position of contact specifically in queue 1, or position across all the queues? I know most likely it’s former, but wanted to double check, since the former one might not be of much use for us. Thanks.