---
title: "Retrieve a recording by call ID"
method: GET
path: "/v1/recordings/{call_id}"
tags: ["Call recording"]
---

# Retrieve a recording by call ID

`GET /v1/recordings/{call_id}`

Redirects to the recording file for the call identified by `call_id`. The download URL is returned in the `Location` header.

## Path parameters

- `call_id` string, required

## Response `200`

Redirects to the recording file. The URL is in the `Location` header.

## Other responses

- `400` — Returns when the recording has already been deleted.
- `401` — Unauthorized
- `403` — Request failed. The feature is disabled for your account.
- `404` — Request failed. An object with the specified ID is not found.

---

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