Call tracking: call audio recording
calltracking_get_record_by_call_idRetrieve the audio recording of a call-tracking conversation using its call ID. Available up to 30 minutes after the call, retained for 3 months.
Instructions
Downloads the call-tracking conversation audio recording for a specific callId (read-only). Returns a structured binary response {mimeType: "audio/mpeg" (or wav), sizeBytes, base64}; decode the base64 to save the file (it may be several MB). The recording becomes available with a delay of up to 30 minutes after the call and is retained for 3 months; if the recording is not ready yet, the API returns an error (HTTP 425, code 1005). For call metadata use calltracking_get_call_by_id, and for a list over a time range use calltracking_get_calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callId | Yes | Call identifier (callId) for which the conversation audio recording is requested. |