---
title: "Get Call Recording"
method: GET
path: "/call/{callId}/recording"
---

# Get Call Recording

`GET /call/{callId}/recording`

Retrieve call recording with optional transcript and analysis data

## Path parameters

- `callId` string, required

## Query parameters

- `format` 'standard' | 'multichannel' | 'scrubbed' | 'scrubbed_multichannel'
- `include_transcript` boolean
- `include_analysis` boolean

## Response `200`

Call recording retrieved successfully

- CallRecording
  - `recording_url` string, required — URL to the audio recording file
  - `transcript` string — Full conversation transcript (if requested)
  - `analysis` object — Call analysis data (if requested)
    - `in_voicemail` boolean — Whether the call went to voicemail
    - `call_summary` string — AI-generated summary of the call
    - `user_sentiment` string — Detected user sentiment (Positive/Negative/Neutral)
    - `custom_analysis_data` object — Additional analysis data
    - `call_successful` boolean — Whether the call was successful

## Other responses

- `400` — Bad Request - Invalid parameters
- `403` — Forbidden - Invalid API key
- `404` — Not Found - Call ID not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/collectwise/apis/collectwise-api.md) · [All operations](https://skmtc.net/collectwise/apis/collectwise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collectwise/collectwise-api/revisions/a44939a1402b/schema)
