Get Call

Path parameters

call_idstringRequired
The ID of the call.

Headers

AuthorizationstringRequired

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

Cartesia-Version"2025-04-16"Required

Response

This endpoint returns an object.
idstring
The unique identifier for the agent call.
agent_idstring
The identifier of the agent associated with the call.
statusenum
The status of the agent call.
Allowed values:
start_timedatetime or null
The start time of the agent call.
end_timedatetime or null
The end time of the agent call.
transcriptlist of objects or null
The transcript of the agent call.
telephony_paramsobject or null
The telephony parameters associated with the call when the call is made via phone.
summarystring or null
A summary of the agent call. This is a brief summary of the call that is generated by Cartesia.
error_messagestring or null
The error message, if any, associated with the call.
deployment_idstring or null
The deployment identifier associated with the call.