Analytics

View as MarkdownOpen in Claude

Analytics gives you complete visibility into what happens during and after every call your agents handle.

What Can You Track?

Every call generates rich data that you can access programmatically:

CategoryData Available
Call DetailsDuration, status, phone numbers, timestamps
TranscriptFull conversation text with speaker labels
RecordingsMono and stereo audio files
AI SummariesAuto-generated call summaries
Disposition MetricsExtracted data points you define
PerformanceLatency breakdowns per component
CostCredits consumed per call

How It Works

  1. During the call — Events are logged in real-time (status changes, transcription, speech)
  2. After the call — AI processes the transcript to generate summaries and extract configured metrics
  3. On demand — SDK methods let you query, filter, and search call data

SDK Methods

MethodPurpose
get_calls()List calls with filters
get_call(id)Get single call details
search_calls(ids)Batch fetch by call IDs
get_post_call_config(agent_id)Get agent’s analytics config
set_post_call_config(agent_id, ...)Configure post-call extraction

What’s Next