Skip to main content
GET
Get a call log by ID
Legacy endpoint - deprecated. Unversioned endpoints are scheduled for removal on July 31, 2026. A public v1 replacement is not currently listed in the v1 reference. This endpoint remains available for existing integrations until then.
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.
For the transcript, recording URL, and full event timeline, call Get Call Details. For multiple call logs filtered by date, agent, campaign, or outcome, use List Call Logs.

Path parameters

Errors

  • 404 Not Found is returned when the call does not exist.
  • 403 Forbidden is returned when the API key cannot read call data on this workspace.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-organization-id
string
required

Encrypted ID of the organization

Path Parameters

id
string
required

Response

Return the call log