Access call history
- Dashboard
- From agent
- API
Navigate to Calls in the sidebar to view all calls.
Filter calls
By status
Filter calls by their final outcome:API example: Filter by status
API example: Filter by status
Filter by date range
Filter by date range
Filter by agent
Filter by agent
Full-text search
Full-text search
Search across transcripts and metadata:
View call details
Quick details
Click any call row to expand inline details:- Full call ID — Complete identifier for API operations
- Duration and timestamps — Precise timing information
- Agent configuration — Agent that handled the call
- Additional data — Custom metadata passed when scheduling
- Transcript preview — Quick view of conversation
Open Call Inspector
Click the Inspect button for full analysis:- Complete transcript with timestamps
- Audio recording playback
- Tool execution logs
- LLM interaction details
- Performance metrics
Call Inspector
Deep dive into individual calls
API response structure
Search call results
Request:POST /api/v1/callresults/search
Request body:
Example: Search response
Example: Search response
Get single call
Request:GET /api/v1/calls/{callId}
Returns call details including status, timestamps, and endpoint.
Get call queue
View scheduled and pending calls: Request:GET /api/v1/calls/queue/list
Query parameters:
Call statistics
Get aggregated call statistics: Request:GET /api/v1/calls/statistics/statuses
Common tasks
Find failed calls
Find failed calls
Search by custom field
Search by custom field
Query calls using custom fields in additional data:
Get aggregations
Get aggregations
Call statuses reference
What’s next
Call Inspector
Deep dive into individual calls
Conversations
Understand call transcripts
Concurrency Monitoring
Monitor active calls