Get call
Fetch full details for a call by ID — transcript, AI summary, and transfer metadata.
When to use this endpoint
Call webhooks includedata.callId and basic metadata (direction, duration, transfer flags). CALL events from GET /leads/{leadId}/events carry the same metadata, and the event’s top-level id field is the call ID. Neither includes the full transcript or every transfer detail.
Use GET /calls/{callId} to enrich a call after a webhook fires — for example, to pull the AI-generated summary and full transcript into your CRM or data warehouse.
Recordings
Call recordings are not returned by this endpoint today. Use the Apten dashboard for playback until recording access is added to the public API.Webchat calls
For webchat voice calls, the response includessessionId instead of leadId.Authorizations
Path Parameters
Call ID from data.callId (webhooks) or the event id (CALL events).
Response
Call details fetched successfully.
Full call record returned by GET /calls/{callId}.
Stable unique identifier for the call.
INBOUND, OUTBOUND Current or final status of the call (e.g. COMPLETE, NO_ANSWER, IN_PROGRESS).
Length of the call in seconds.
Ordered transcript turns. Empty array if no transcript is stored yet.
The lead (room) this call belongs to. Absent for webchat-only calls.
The webchat session ID. Present for webchat voice calls instead of leadId.
AI-generated summary of the conversation. Present after the call is processed; may be absent immediately after a terminal webhook if processing is still in flight.
true if this was a transfer to a human agent.
true if a transfer happened mid-call.
true if the call left a voicemail.
E.164 number the call was transferred to, if applicable.
Fallback transfer number used when the primary transfer failed.
answered, no_answer, pending human, machine_start, machine_end_beep, machine_end_silence, machine_end_other, unknown answered, no_answer, pending human, machine_start, machine_end_beep, machine_end_silence, machine_end_other, unknown Seconds the lead was connected to a transfer recipient during a mid-call transfer.
LEAD, AGENT, SYSTEM, UNKNOWN true if the lead never spoke during an AI-initiated call.

