---
title: "Gets a hls video segment."
method: GET
path: "/Videos/{itemId}/hls/{playlistId}/{segmentId}.{segmentContainer}"
tags: ["HlsSegment"]
---

# Gets a hls video segment.

`GET /Videos/{itemId}/hls/{playlistId}/{segmentId}.{segmentContainer}`

## Path parameters

- `itemId` string, required — The item id.
- `playlistId` string, required — The playlist id.
- `segmentId` string, required — The segment id.
- `segmentContainer` string, required — The segment container.

## Response `200`

Hls video segment returned.

## Other responses

- `404` — Hls segment not found.

---

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