---
title: "Get recording"
method: GET
path: "/meetings/{meeting_id}/recording"
tags: ["meetings"]
---

# Get recording

`GET /meetings/{meeting_id}/recording`

Returns a temporary URL to download the recording for a meeting. The URL is short-lived and should be used promptly.

## Path parameters

- `meeting_id` string, required

## Response `200`

The recording URL.

- RecordingResponse
  - `meeting_id` string, required — The meeting ID.
  - `recording_url` string, nullable, required — A temporary, signed URL to download the recording. `null` if no recording is available.

## Other responses

- `401` — Authentication required.
- `404` — Meeting not found.
- `422` — Validation Error

---

[API](https://skmtc.net/timeless/apis/timeless-public-api.md) · [All operations](https://skmtc.net/timeless/apis/timeless-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timeless/timeless-public-api/versions/e591036e462c/schema)
