---
title: "Retrieve a recording"
method: GET
path: "/v1/recordings/{id}"
tags: ["Call recording"]
---

# Retrieve a recording

`GET /v1/recordings/{id}`

Returns the call recording identified by `id`, including its metadata and download URL.

## Path parameters

- `id` integer, required

## Response `200`

Returns the call recording.

- Recording — A call recording response
  - `id` integer, required — Recording ID.
  - `created_at` string, date-time, required — Date and time when the recording was created in ISO 8601 format.
  - `duration` integer, required — Recording duration in seconds.
  - `from` string, required — Originating phone number.
  - `to` string, required — Destination phone number.
  - `call_uuid` string, required — Call ID.
  - `url` string, required — Recording file URL.

## Other responses

- `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/versions/b22f170488b6/schema)
