---
title: "Get a call recording"
method: GET
path: "/v1/voice/calls/{id}/recording"
tags: ["Voice"]
---

# Get a call recording

`GET /v1/voice/calls/{id}/recording`

Resolves a fresh, playable MP3 URL for the call's recording
(provider-signed URLs expire ~10 minutes after signing, so this
endpoint re-signs on demand). Default responds `302 Found` redirecting
to the fresh URL; pass `as=json` to receive `{ url }` instead.

## Path parameters

- `id` string, required

## Query parameters

- `as` 'json'

## Response `200`

Recording URL (`as=json` only).

- object
  - `url` string

## Other responses

- `302` — Redirect to a freshly-signed recording URL.
- `401` — Unauthorized
- `404` — Call not found, or no recording is available for this call
- `502` — Recording provider lookup failed

---

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