---
title: "Retrieve Recording (HLS) Content"
method: GET
path: "/recording/{recording_id}/{filename}"
tags: ["recording"]
---

# Retrieve Recording (HLS) Content

`GET /recording/{recording_id}/{filename}`

## Path parameters

- `recording_id` string, required
- `filename` string, required

## Response `200`

File was found

- string — Requested file

## Other responses

- `400` — Invalid request
- `404` — File not found

## Changes

- **2023-12-08** `9453a0d77f74` — 1 info
  - added the non-success response with the status `400`
- **2023-10-31** `cc6d4b734a4c` — 1 info
  - api operation id `send_file` removed and replaced with `getRecordingContent`
- **2023-10-27** `ef2224df51a4` — 1 info
  - endpoint added
- **2023-07-18** `dafa9a249254` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/changes/recording/:recording_id/:filename/get.md)

---

[API](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server.md) · [All operations](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fishjam-dev/fishjam-media-server/revisions/7227c4e436c0/schema)
