Access Voice AI agent conversations, recordings, transcripts, and execution data. Monitor performance metrics, debug with logs, and export data for analysis.
Call History (Agent Conversations) displays all historical conversations with your agents. View performance metrics, listen to recordings, read transcripts, and access raw execution data for debugging and analysis.
Click Recordings, transcripts, etc to view the full conversation data.
Conversation Data Modal
Section
Description
Recording
Audio waveform with play, copy, and download options
Transcript
Full conversation showing Assistant and User messages
Use the copy button to quickly copy the recording URL or transcript text.
Click the Trace Data icon to view detailed execution logs for debugging.
Agent Execution Logs
Column
Description
Timestamp
Exact time of each log entry
Log Data
The actual request or response content
Direction
Whether it’s a request or response
Component
Which component handled it (synthesizer, transcriber, llm)
Provider
Provider used (elevenlabs, deepgram, azure, etc.)
When you fetch logs via the Get execution raw logs API, LLM assistant responses may also include reasoning_content (model thinking or reasoning summary) when the provider returns it.
Trace data is essential for debugging! Use it to identify latency issues, transcription errors, or unexpected LLM responses.
Click Download logs to export all trace data for detailed analysis.
Click the Raw Data icon to view the complete JSON execution data.
Raw Call Data
The raw data format matches the Get Execution API response, making it easy to integrate with your systems programmatically.