Call Logs
Get Call Log
deprecated
Fetch the log entry for a single call, including outcome, sentiment, duration, and post-call analysis fields.
GET
Get a call log by ID
Fetches the call log for a single call: the call
id, its status (completed, failed, no-answer, busy, voicemail), duration_sec, the end_reason, the high-level sentiment, the agent_id that ran the call, the destination number, and any post-call analysis fields defined on the agent. The transcript and recording URL are not returned in this lightweight log, fetch those through Get Call Details.
When to use this
- CRM sync: write back the outcome and post-call analysis to the source CRM record.
- Live dashboards: render call cards with sentiment and outcome badges.
- Quality monitoring: flag calls where the analysis fields indicate a follow-up is required.
- Lightweight checks: poll for completion without paying the cost of fetching the full transcript.
Path parameters
Errors
404 Not Foundis returned when the call does not exist.403 Forbiddenis returned when the API key cannot read call data on this workspace.
Related endpoints
- Get Call Details: full transcript and recording URL.
- List Call Logs: filter and paginate call logs.
- Get Calls by Campaign: logs scoped to a campaign.
- Post-call analysis: guidance on configuring analysis fields.
Get a call log by ID