---
title: "Reports that a session is viewing an item."
method: POST
path: "/Sessions/Viewing"
tags: ["Session"]
---

# Reports that a session is viewing an item.

`POST /Sessions/Viewing`

## Query parameters

- `sessionId` string, nullable — The session id.
- `itemId` string, required — The item id.

## Response `204`

Session reported to server.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[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)
