---
title: "Get recording"
method: GET
path: "/recordings/{recordingId}"
---

# Get recording

`GET /recordings/{recordingId}`

Returns the specified recording metadata.

## Path parameters

- `recordingId` string, required

## Response `200`

A JSON object representing the recording.

- Recording

## Other responses

- `401` — Access token is missing or invalid
- `404` — The requested resource doesn't exist
- `429` — You are rate limited

---

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