---
title: "Get video attachment."
method: GET
path: "/Videos/{videoId}/{mediaSourceId}/Attachments/{index}"
tags: ["VideoAttachments"]
---

# Get video attachment.

`GET /Videos/{videoId}/{mediaSourceId}/Attachments/{index}`

## Path parameters

- `videoId` string, uuid, required — Video ID.
- `mediaSourceId` string, required — Media Source ID.
- `index` integer, required — Attachment Index.

## Response `200`

Attachment retrieved.

## Other responses

- `404` — Video or attachment 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)
