---
title: "recordings/:id/access-link"
method: GET
path: "/recordings/{recording_id}/access-link"
tags: ["recordings"]
---

# recordings/:id/access-link

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

Generate an access link for a recording

## Path parameters

- `recording_id` string, required

## Response `200`

200

- object
  - `download_link` string
  - `expires` integer
  - `storage_provider` 'aws' | 'oci' — The storage provider the recording was written to. `aws` for Amazon S3 (including Daily's own storage), `oci` for OCI Object Storage.

## Other responses

- `400` — 400

## Changes

- **2026-08-31** `879e566d82a2` — 1 info
  - added the optional property `storage_provider` to the response with the `200` status

[Change history](https://skmtc.dev/daily/apis/daily-api/changes/recordings/:recording_id/access-link/get.md)

---

[API](https://skmtc.dev/daily/apis/daily-api.md) · [All operations](https://skmtc.dev/daily/apis/daily-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/daily/daily-api/revisions/879e566d82a2/schema)
