---
title: "Get HLS file"
method: GET
path: "/dcd/video/asset/hls/{id}.{extension}"
tags: ["dcd-video"]
---

# Get HLS file

`GET /dcd/video/asset/hls/{id}.{extension}`

Gets the HLS data for a video asset

## Path parameters

- `id` integer, required
- `extension` string, required

## Response `200`

Video Asset HLS file.

- string, binary

## Other responses

- `304` — If the If-None-Match header is sent and matches with the Etag it will return the 304 (Not Modified) response without the data on the body.
- `400` — Can't retrieve HLS data.
- `404` — HLS file not found

---

[API](https://skmtc.net/zumba/apis/zumba-s-api.md) · [All operations](https://skmtc.net/zumba/apis/zumba-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zumba/zumba-s-api/revisions/90e715bcdf3d/schema)
