---
title: "Get options for a device."
method: GET
path: "/Devices/Options"
tags: ["Devices"]
---

# Get options for a device.

`GET /Devices/Options`

## Query parameters

- `id` string, required — Device Id.

## Response `200`

Device options retrieved.

- DeviceOptions
  - `CustomName` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Device 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)
