---
title: "Get recordings"
method: GET
path: "/recordings"
---

# Get recordings

`GET /recordings`

Returns the recordings.

## Query parameters

- `roomName` string — The name of the room
- `cursor` string — The cursor for paginating through the results. To fetch the next page, set the `cursor` to the `cursor` returned by the previous request.
- `limit` integer — The limit for the pagination - the maximum number of results that will be returned within a single API response.

## Response `200`

A JSON object with the page containing the array with the recordings results.

- object
  - `results` Recording[], required
  - `cursor` string, required — The cursor for paginating through the results. To fetch the next page, set the `cursor` to the `cursor` returned by the previous request. If there are no more results, the value returned is `null`.

## 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)
