Skip to main content
The Call History screen gives you one-click access to every conversation handled by your AI agents. Quickly locate a call, export records for offline analysis, and drill-down into a full summary & transcript – all without leaving SquawkVoice Studio.

Getting There

1

In the left navigation expand Analyze.
2

Select Call History.

Search & Filters

Search

Type part of a Caller ID (email/phone) or an Agent name. The table updates instantly.

Time Range

Choose Today, Last 7 Days, or Last 30 Days to limit results.

Table Reference

Caller ID
string
Identifier of the caller.
Date & Time
timestamp
Call start time shown.
Duration
duration
Total length (m s).
Call Status
status
Completed, In Progress, or Missed. Color-coded for quick scanning.
Agent
string
AI agent that handled the call.
Call SID
string
Unique Call Identifier. Click the copy icon to copy to clipboard.
Disposition
string
Outcome label (e.g. Hangup, Caller-Hungup).
Actions
button
Click View to open the Call Details drawer.

Infinite Scrolling

Scroll to the bottom of the list and older calls load automatically – no paging controls needed.

Export

Click Export to download all currently visible rows as a CSV file. The export respects any search or date filter that you have applied.

Call Details Drawer

Selecting View opens a side drawer with two sections:

Summary

AI-generated synopsis of the conversation.

Transcript

Full chat-style transcript, clearly separating AI and User turns.
Additional information such as call duration, status, and disposition is also shown at the top of the drawer.

Advanced Transcript Viewer

The transcript viewer can show a richer, time-aligned view that combines messages with system actions executed during the call.

Turn it on

  1. Open a call in the Call Details drawer.
  2. In the Transcript section, toggle “Advanced” on. When enabled, the app loads a merged transcript for that call.

What you will see

  • AI and User messages as separate bubbles, with precise elapsed time badges.
  • System entries for actions that ran during the call, including:
    • Pre-Call actions (executed before the first utterance)
    • During-Call actions and flow API requests
    • Post-Call actions
System actions expand inline to show:
  • Method and URL
  • Request details: headers, query params, and body (when present)
  • Response details: status, latency, and response body
  • Updated variables written back to the interaction context
Hover over the elapsed time badge to see the absolute timestamp including milliseconds.
The merged transcript is fetched only when Advanced is toggled on. If no advanced data exists for a call, the viewer falls back to the regular transcript.

Tips

  • Use Advanced mode to debug why an action was called and what data was returned.
  • Collapse request sections you do not need to reduce visual noise.
  • Sensitive values may be masked by your backend for security.

Troubleshooting

  • If Advanced shows no entries, logs may take a short time to appear. Wait a few seconds and try again.
  • Some older calls may not include merged transcript data; in that case, the basic transcript will be shown.

Tips & Best Practices

  1. Copy the Call SID when you need to reference a specific call in support tickets.
  2. Apply filters first, then Export to avoid large CSV files.
  3. Use the Call Details summary to quickly understand whether the customer’s query was resolved.