---
title: "Instructs a session to browse to an item or view."
method: POST
path: "/Sessions/{sessionId}/Viewing"
tags: ["Session"]
---

# Instructs a session to browse to an item or view.

`POST /Sessions/{sessionId}/Viewing`

## Path parameters

- `sessionId` string, required — The session Id.

## Query parameters

- `itemType` string, required — The type of item to browse to.
- `itemId` string, required — The Id of the item.
- `itemName` string, required — The name of the item.

## Response `204`

Instruction sent to session.

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