---
title: "Download the recording file"
method: GET
path: "/recordingfiles/{id}"
tags: ["Recording"]
---

# Download the recording file

`GET /recordingfiles/{id}`

Retrieves the specified recording file and redirects to the download URI.

## Path parameters

- `id` string, required

## Other responses

- `307` — The recording file download URL.
- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `403` — Insufficient permission (PERMISSION_DENIED).
- `404` — Resource not found (NOT_FOUND).
- `500` — Internal error (INTERNAL).
- `503` — Upstream unavailable (UNAVAILABLE).

---

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