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

# Get a call recording

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

Channel-agnostic recording fetch: resolves a fresh, playable MP3 URL
for any call regardless of channel (provider-signed URLs expire ~10
minutes after signing, so this 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.
- `400` — Invalid request
- `401` — Unauthorized
- `403` — Not enrolled in the calling beta
- `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/f81ca70ea6b9/schema)
