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

# Get recording access link

`GET /recordings/{recordingId}/access-link`

Returns the access link for the specified recording. **Available for Whereby-hosted recordings only**

## Path parameters

- `recordingId` string, required

## Query parameters

- `validForSeconds` integer — The number of seconds the access link is valid for.

## Response `200`

A JSON object representing the access link.

- object
  - `accessLink` string, required — The access link.
  - `expires` integer, required — The timestamp when the access link expires.

## Other responses

- `401` — Access token is missing or invalid
- `403` — Not allowed to perform action
- `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)
