Skip to main content

Monitoring

The Monitoring page is your full call history: filter, inspect, and export every call your agents have handled.

The page header reads Call Monitoring with the subtitle View and analyze call history. In the header you will also find Export (CSV), Export (Excel), and Refresh.

The Call Monitoring page with the filter bar and the call history table

Filtering calls

Use the filter bar to narrow the list:

  • Status — filter by call outcome.
  • Agent — show only calls handled by one agent.
  • Batch Campaign — All Calls, Single Calls Only, or Batch Calls Only.
  • Call Type — Inbound, Outbound, or Web.
  • Limit — how many rows to load.
  • Start/End Date — restrict results to a date range.

Click Apply Filters to run the search, or Reset to clear everything back to defaults.

Call statuses

Every call carries a status — visible in the dashboard and returned as-is by the API (GET /v1/calls, SDK client.call.list(status=...)). The full vocabulary:

In-progress statuses (the call is still being set up or is live):

API valueDashboard labelMeaning
waitingWaitingCall record created; setup has not started yet (web calls stay here until the visitor joins).
initiatingOutbound SIP call is being placed (transient — usually replaced by ringing within a second).
dialingDialingOutbound leg is being dialed (batch campaigns).
ringingRingingThe destination phone is ringing.
connectedConnectedThe call was answered and is live.

Terminal statuses (the final outcome):

API valueDashboard labelMeaning
endedCompletedThe call connected and finished normally.
no_answerNo AnswerThe call was never answered (ring timeout or hang-up while ringing).
busyBusyThe destination rejected the call as busy (SIP 486/600).
answered_no_speechAnswered - SilentThe call was picked up but no human speech was detected (silence or voicemail).
failedFailedThe call could not be completed due to an error.

:::note Legacy values Older call records may carry completed (equivalent to ended). The status filter is an exact match, so filtering for ended does not return legacy completed rows. :::

The call table

Each row shows Time, Duration, Status, From, To, and Agent, plus an Actions column with View and Delete.

  1. Click View on a row to open the Call Details modal.
  2. Click Delete to remove a call permanently (see the warning below).

Call Details

The Call Details modal is the deep dive on a single call:

The Call Details modal with analytics, transcript, and the recording player

  • Call Information — the call ID with a copy button, status, From and To numbers, and duration.
  • Agent & Timing — which agent handled the call and when it started and ended.
  • Call Analytics — Sentiment, Call Cost with a per-minute breakdown, Latency, and an automatic Summary.
  • Workflow Executions — the post-call automations that ran for this call and whether they succeeded.
  • Agent Tools — the tools available to the agent.
  • Call Transcript — the full conversation, turn by turn.
  • Call Recording — an audio player so you can listen to the call.
note

Agent Tools shows the agent's configured capabilities, not a per-call execution log. It lists what the agent could use, not necessarily what it actually used on this call.

Exporting

  1. Set your filters and click Apply Filters so the table shows exactly the calls you want.
  2. Click Export (CSV) or Export (Excel).
note

Exports include full details for the first 50 rows only. If you need details beyond that, narrow your filters (for example with a tighter date range) and export again in smaller batches.

Deleting a call

warning

Deleting a call is permanent. The confirmation says: This action is irreversible and cannot be undone. The record, transcript, and recording are gone for good — export first if you might need the data later.

Troubleshooting

  • A recent call is not showing. Click Refresh, then check your filters — a date range or status filter may be hiding it. Reset clears all filters.
  • The table seems too short. The Limit filter caps how many rows load. Raise it and click Apply Filters.
  • My export is missing details for some calls. Only the first 50 rows include full details. Filter down and export in batches.
  • No recording in Call Details. Recordings appear only for calls where recording was enabled and the call actually connected.