---
title: "Get all Devices"
method: GET
path: "/devices"
---

# Get all Devices

`GET /devices`

Returns a list of devices in the account

## Query parameters

- `all` boolean
- `desc` boolean
- `per_page` integer
- `page` integer
- `online` boolean
- `order` 'last_system_on' | 'name' | 'reconnects_count' | 'errors_count' | 'cpu_load_percent' | 'cache_usage_percent' | 'cache_miss_rate_24h'
- `organization_id` string
- `search` string
- `active` boolean
- `tags` string

## Response `200`

200

- object[]
  - `account_id` string
  - `api_enabled` string
  - `connection_count` integer
  - `cpu_load_percent` integer
  - `created_at` number
  - `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/revisions/057a0b968aea/schema)
