Call Details
Every call generates detailed data that helps you understand what happened during the conversation. The Call Details modal provides access to all information captured during the call.Opening Call Details
Click on any call row in the Call History table, or click the View button to open the details modal.Modal Layout
The Call Details modal is organized in a three-column layout:| Panel | Content |
|---|---|
| ⬅️ Left | Input Parameters (JSON) |
| 📊 Center | Call Information |
| ➡️ Right | Output Response (JSON) |
Input Parameters
The left panel displays the input JSON that was sent to initiate the call:Features
- Copy Button - Copy the entire JSON to clipboard
- Syntax Highlighting - Color-coded JSON for readability
- Expandable - Scroll through large input payloads
Call Information
The center panel shows key metadata about the call:| Field | Description |
|---|---|
| Call ID | Unique identifier (monospace, copyable) |
| Status | Current status with colored badge |
| Success | ✓ Yes or ✗ No indicator |
| Playbook | Agent name that handled the call |
| Duration | Call length in human-readable format |
| From | Origin phone number |
| To | Destination phone number |
| Contact email (if provided) | |
| Created Time | Timestamp when call was initiated |
| Tags | Labels applied to this call |
Status Badges
| Status | Color | Description |
|---|---|---|
| completed | 🟢 Green | Call finished normally |
| in-progress | 🔵 Blue | Call is currently active |
| failed | 🔴 Red | Call encountered an error |
| transferred | 🟣 Purple | Call was transferred |
| no-answer | ⚪ Gray | Recipient didn’t answer |
Output Response
The right panel displays the output JSON containing all data captured during the call:Output Contents
Transcription
Transcription
Full conversation transcript between the agent and the caller, with speaker labels.
Summary
Summary
AI-generated summary of the call’s key points and outcomes.
Output Parameters
Output Parameters
Structured data extracted from the conversation based on your Output Settings configuration.
Evaluations
Evaluations
Results of automated evaluations defined in your agent configuration.
Tool Calls
Tool Calls
If the agent invoked any tools or webhooks, their requests and responses are included.
Webhook Information
If your agent has a webhook configured, the bottom of the right panel shows:| Field | Value |
|---|---|
| Method | POST, GET, etc. |
| URL | Webhook endpoint |
| Auth | Authorization header (masked) |
The webhook section only appears if a webhook was configured and triggered for this call.
Recording Playback
If call recording is enabled:- An audio player appears at the top of the modal
- Controls include play/pause, seek, and volume
- Download option available for offline access
Copying Data
Copy Buttons
- Copy Input - Copies the entire input JSON
- Copy Output - Copies the entire output JSON
- Copy Call ID - Copies just the call identifier
Feedback
When you copy data:- The button changes to “Copied!” with a checkmark
- Reverts to normal after 2 seconds
Common Use Cases
Debugging
Review input params and output to diagnose why a call didn’t perform as expected.
Quality Assurance
Listen to recordings and check transcriptions to ensure agent quality.
Integration Verification
Verify that webhook data was sent correctly and contains expected values.
Training Data
Export call details to improve agent prompts based on real conversations.
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Esc | Close the modal |
| Click outside | Close the modal |

