---
title: "Get One Device"
method: GET
path: "/devices/{device_id}"
---

# Get One Device

`GET /devices/{device_id}`

returns information about specific device

## Path parameters

- `device_id` string, required

## Response `200`

200

- object
  - `account_id` string
  - `api_enabled` string
  - `connection_count` integer
  - `cpu_load_percent` integer
  - `created_at` number
  - `device_stats` object
    - `cache_usage` object
      - `bandwidth_1h` integer
      - `bandwidth_24h` integer
      - `caches` object[]
        - `name` string
        - `used` number
      - `hits_24h` integer
      - `max` number
      - `miss_rate_24h` integer
      - `misses_24h` integer
      - `percent` integer
      - `used` number
    - `info` object
      - `CPU Load (%)` integer
      - `CPU Model` string
      - `Device Manufacturer` string
      - `Device Model` string
      - `Device Serial Number` string
      - `Errors Count` integer
      - `Hostname` string
      - `Memory Free (%)` integer
      - `Memory Free (MB)` integer
      - `Memory Total (MB)` integer
      - `Memory Used (%)` integer
      - `Memory Used (MB)` integer
      - `Network Access` string
      - `Number of Displays` integer
      - `Orientation` string
      - `Platform` string
      - `Platform Version` string
      - `Reconnects Count` integer
      - `Screen Browser Height` integer
      - `Screen Browser Width` integer
      - `Screen Physical Height` integer
      - `Screen Physical Width` integer
      - `Serial Ports` object[]
        - `path` string
      - `Storage Free (MB)` integer
      - `Storage Total (MB)` integer
      - `Uptime App (s)` integer
      - `Uptime Player (%)` integer
      - `Uptime Player (s)` integer
      - `Uptime Unreliable` boolean
    - `versions` object
      - `API Enabled` string
      - `App` string
      - `Browser Name` string
      - `Browser Version` string
      - `OS` string
      - `OS Version` string
      - `Player` string
      - `Stage` string
  - `id` string
  - `last_online` integer
  - `last_seen_date` number
  - `last_seen_ip` string
  - `last_system_on` integer
  - `locked` boolean
  - `memory_used_percent` integer
  - `model` string
  - `name` string
  - `platform` string
  - `playing_page_id` string
  - `playing_until` number
  - `playlist_ids` string[]
  - `region` string
  - `seen_from_date` integer
  - `serial_number` string
  - `tags` string[]
  - `updated_at` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telemetrytv/apis/user-api.md) · [All operations](https://skmtc.net/telemetrytv/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telemetrytv/user-api/versions/057a0b968aea/schema)
