Skip to main content
Find any past call. Filter by status, date, agent, or endpoint — then drill down to transcripts, recordings, and tool executions for complete conversation analysis. What you’ll learn: Filtering and searching calls, viewing call details, and API response structure.

Access call history

Navigate to Calls in the sidebar to view all calls.

Filter calls

By status

Filter calls by their final outcome:
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:

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

Query calls using custom fields in additional data:

Call statuses reference


What’s next

Call Inspector

Deep dive into individual calls

Conversations

Understand call transcripts

Concurrency Monitoring

Monitor active calls