---
title: "Get the original file of an item."
method: GET
path: "/Items/{itemId}/File"
tags: ["Library"]
---

# Get the original file of an item.

`GET /Items/{itemId}/File`

## Path parameters

- `itemId` string, uuid, required — The item id.

## Response `200`

File stream returned.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Item 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/versions/eb6f75af7066/schema)
