The short answer is that there is no way for agent creators to see their own usage analytics today. The metrics exist, but they’re locked behind the admin-only Amazon Quick Usage Metrics dashboard. If you can get your admin involved, they’ll find an Agent filter that shows total conversations, queries, active users, and feedback trends. That covers your unique visitors and total sessions ask. Docs here: Using the Amazon Quick analytics dashboard.
Time spent per session isn’t surfaced anywhere today, even for admins. The closest proxy is average queries per conversation.
For a fully custom and anonymized setup, your admin can configure CloudWatch Logs delivery with log type CHAT_LOGS. Each event includes an agent_id field, so you could build your own reporting filtered to your agent, strip PII with CloudWatch masking policies, and derive session duration from timestamps.
This has come up in several prior threads, so you’re not alone in asking about this. Since you’ve already tagged it as a feature request, I’d leave it attached to help increase visibility for the Quick Team.
Thanks Jacob - really appreciate the detailed breakdown!
Good to know the metrics are there behind the admin dashboard, and the CloudWatch CHAT_LOGS route is a solid pointer for an anonymized setup. I’ll check with my leadership to get the right access in place.