---
title: "Get item image infos."
method: GET
path: "/Items/{itemId}/Images"
tags: ["Image"]
---

# Get item image infos.

`GET /Items/{itemId}/Images`

## Path parameters

- `itemId` string, uuid, required — Item id.

## Response `200`

Item images returned.

- ImageInfo[]
  - `ImageType` 'Primary' | 'Art' | 'Backdrop' | 'Banner' | 'Logo' | 'Thumb' | 'Disc' | 'Box' | 'Screenshot' | 'Menu' | 'Chapter' | 'BoxRear' | 'Profile' — Enum ImageType.
  - `ImageIndex` integer, nullable — Gets or sets the index of the image.
  - `ImageTag` string, nullable — Gets or sets the image tag.
  - `Path` string, nullable — Gets or sets the path.
  - `BlurHash` string, nullable — Gets or sets the blurhash.
  - `Height` integer, nullable — Gets or sets the height.
  - `Width` integer, nullable — Gets or sets the width.
  - `Size` integer — Gets or sets the size.

## 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/revisions/eb6f75af7066/schema)
