Review Individual Calls
- Open
/call-history/{agentId}. - Filter the call list by date, outcome, or other available dimensions.
- Open the target call.
- Review transcript, recording, and available AI analysis.
Review Flagged Issues
- Open
/agent-review/{orgId}. - Choose the relevant status tab:
Open,In Progress,Resolved,Cancelled, orAll. - Apply the date range, severity, or tag filters.
- Open the issue sheet.
- Update status, severity, tags, or review note as needed.
Review Performance Trends
- Open
/performance/{agentId}. - Select the required date range.
- Review charts or saved views.
- Open
Data Tableswhen the task requires tabular breakdowns instead of charts.
Review Call Paths
- Open
/call-paths/{agentId}. - Apply the same date and filter context used for the performance review.
- Inspect the branch map to identify common or failing paths.
Review Event Logs
- Open
/event/{agentId}. - Filter by event type, status, or time range.
- Open a row to inspect the full event payload.
Rules
- IF the task is transcript or recording review, THEN start in
Call History. - IF the task is issue tracking or review triage, THEN use
Agent Review. - IF the task is metric or trend analysis, THEN start in
Performance. - IF the task is branch/path debugging, THEN use
Call Paths. - IF the task is event-level integration or execution debugging, THEN use
Call Events.

