---
title: "Get call recording for a specific channel"
method: GET
path: "/calls/{callId}/channels/{channelId}"
tags: ["calls"]
---

# Get call recording for a specific channel

`GET /calls/{callId}/channels/{channelId}`

Retrieve the audio recording file for a specific call channel. The response contains the recording media (audio file). A call may have multiple channels (e.g., one per participant in a transfer scenario) — use the `channelId` to target the specific leg you need.

**Permission:** `Calls Read` required.

**Monitoring:** **Required.** This route returns `401 Unauthorized` if Monitoring is OFF. Access to call recordings is a supervisory feature that requires explicit Monitoring activation on the API key.

> **Note:** Not all calls have recordings. Recording availability depends on the team's recording policy and the call's routing configuration.

## Path parameters

- `callId` string, required
- `channelId` string, required

## Response `200`

Recording retrieved successfully

## Other responses

- `401` — Unauthorized — missing permission or Monitoring is OFF
- `404` — Call or channel not found
- `500` — Internal server error

---

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