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

# Get a call recording

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

Resolves a fresh, playable MP3 URL for the call's recording.
Provider-signed recording URLs expire ~10 minutes after signing, so the
`recordingUrl` stored on the call is usually stale by the time it is
played; this endpoint re-signs on demand. Default responds `302 Found`
redirecting to the fresh URL (point an `<audio>` element or a link
straight at this endpoint); pass `as=json` to receive `{ url }` instead.

## Path parameters

- `id` string, required

## Query parameters

- `accountId` string, required
- `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/f81ca70ea6b9/schema)
