Fetching the Time of the User Status

0

I am new to Amazon Connect and I want to fetch the total time for which the user was in a particular state.

Eg:

1 - After logging in, for how many time the user was in "Available" state?

2 - After logging in, for how many time the user was in "Offline" state?

Are there any API Calls to fetch these times?

Please help.

asked 2 years ago246 views
1 Answer
0

You can get that data from the native historical reporting. There you can run an Agent report and add the metrics required, e.g. Agent idle time, Non-Productive Time, Online time or time spend in any of the custom Status you may have defined. You can find more information about the historical metrics reports in the Administrator Guide.

Currently you cannot get the data directly via an API as the Agent channel is available in the GetMetricData API. If you require an programmatic way to access that data, you could leverage agent event streams to store and later on calculate changes to your agents states.

profile pictureAWS
faddi
answered 2 years ago
profile pictureAWS
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions