---
title: "Get recording file"
method: GET
path: "/recordings/{recording_id}/file"
tags: ["Recordings"]
---

# Get recording file

`GET /recordings/{recording_id}/file`

Redirects to a signed URL where the recording audio file can be downloaded. URL is short-lived, so redirect should be followed immediately.

## Path parameters

- `recording_id` string, required — The ID of the recording.

## Response `default`

Error

- ErrorResponse — An error response
  - `error` Error, required — An error response
    - `detail` object — Additional details about the error.
    - `message` string, required — A human-readable error message.
    - `type` string, required — A unique error code.

## Other responses

- `302` — Redirect to the recording file

## Changes

- **2026-02-12** `c0eed87cd264` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/surgeapi/apis/surge/changes/recordings/:recording_id/file/get.md)

---

[API](https://skmtc.dev/surgeapi/apis/surge.md) · [All operations](https://skmtc.dev/surgeapi/apis/surge/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/surgeapi/surge/revisions/33842756c9f9/schema)
