---
title: "Get HLS playlist"
method: GET
path: "/v1/sessions/{id}/hls"
tags: ["Sessions"]
---

# Get HLS playlist

`GET /v1/sessions/{id}/hls`

Get HLS playlist for a session recording using app auth or an RTC token

## Path parameters

- `id` string, uuid, required

## Response `200`

HLS M3U8 playlist.

- string — HLS M3U8 playlist.

## Other responses

- `404` — An error response from the API

## Changes

- **2026-06-07** `4985d7bcd32f` — 1 info
  - added the optional property `linkToDocs` to the response with the `404` status
- **2026-01-08** `97dcad9b050e` — 1 breaking, 1 info
  - added the pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` to the `path` request parameter `id`
  - the response property `context/items/params` became required for the status `404`
- **2025-12-05** `aa04a4c92f70` — 1 info
  - api tag `HLS` removed
- **2025-11-29** `a7c3e89bea1f` — 1 info
  - api tag `HLS` added
- **2025-11-29** `44bb43c1df50` — 1 info
  - api tag `HLS` removed

[Full history](https://skmtc.dev/steel-dev/apis/steel-api/changes/v1/sessions/:id/hls/get.md)

---

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