Get Call
Returns the call identified by the given communication ID. The communication must be a call record, and the caller must have manage permission on the owning lead; otherwise 400 PERMISSION_DENIED is returned (no existence leak). Manually logged calls (those with no backing dialer record) are populated from the communication content itself — leadPhoneNumber from the logged number and direction inferred from the channel; dialer-only fields (elapsedTime, status, etc.) are omitted.
Webhook follow-up: when a Call webhook is delivered, pass each createdCall[].timelineId from the payload as the communicationId path parameter to fetch the full record. The legacy createdCall[].callId field is kept for backward compatibility but is not interchangeable across communicationType (it points at the dialer record for MANUAL calls) — prefer timelineId.
Headers
Bearer [access_token]
Path Parameters
Communication ID of the call.
x >= 1Response
Call retrieved successfully.
Call record.
ID of the call.
563172647619608
Internal dialer call record ID.
400000012345
User ID of the agent on the call.
100234
Phone number used by the agent.
"+14155550100"
ID of the lead on the call.
100001
Phone number of the lead.
"+14155550199"
Direction of the call from the agent's point of view.
Outbound, Inbound "Outbound"
Final call status.
Completed, Missed, Failed, Busy, NoAnswer, VoiceMail "Completed"
Start time of the call, formatted as 'yyyy-MM-dd HH:mm:ss' in UTC.
"2026-04-22 10:15:00"
End time of the call, formatted as 'yyyy-MM-dd HH:mm:ss' in UTC.
"2026-04-22 10:18:45"
Call duration in seconds.
225
Outcome tag assigned by the agent.
Talked, VoiceMessage, NoAnswer, BadNumber, DNCNumber, DNCContact "Talked"
Agent's subjective rating of the call, 0-5.
4
Whether the call was recorded.
true
Phone number displayed to the lead (caller ID).
"+14155550100"
Creation time of the call record, formatted as 'yyyy-MM-dd HH:mm:ss' in UTC.
"2026-04-22 10:15:00"
Last-updated time of the call record, formatted as 'yyyy-MM-dd HH:mm:ss' in UTC.
"2026-04-22 10:18:45"
Free-text note entered by the agent for the call.
"Discussed pre-approval timeline."
Whether the call was answered by a voicemail / answering machine.
false
Cost of the call in USD.
0.02
User ID of the related agent.
100234
Time from dialing to connection, formatted as 'mm:ss' or similar.
"00:08"