Get usage statistics and performance metrics for an assistant graph
| Metric | Description |
|---|---|
total_sessions | Number of unique conversations that used this graph |
avg_session_duration | Average time from session start to end (seconds) |
| Metric | Description |
|---|---|
total_transitions | Total number of times conversations moved between assistants |
most_used_transitions | Ranking of most common assistant-to-assistant paths |
| Metric | Description |
|---|---|
sessions_started | Number of sessions where this node was active |
avg_time_in_node | Average time spent with this assistant (seconds) |
exit_rate | Percentage of sessions that ended at this node |
Identify Bottlenecks
avg_time_in_node for a specific assistant may indicate:Optimize Routing
most_used_transitions to:Reduce Escalations
Capacity Planning
| Status Code | Description |
|---|---|
| 401 | Unauthorized - Invalid or missing API key |
| 404 | Graph not found in your organization |
| 500 | Server error retrieving analytics |