---
title: "Get Viewing Station Devices"
method: GET
path: "/viewing_station/v1/devices"
tags: ["Devices"]
---

# Get Viewing Station Devices

`GET /viewing_station/v1/devices`

Gets information about the all the Viewing Stations in an organization.

## Response `200`

OK

- ViewingStationDevicesResponse — Detailed information about the Viewing Stations in an organization
  - `devices` ViewingStationDevice[], required — Detailed information about Viewing Station devices.
    - `app_version` string — The version of the Viewing Station application
    - `claimed_serial_number` string, required — The serial number of the Viewing Station
    - `device_id` string, uuid, required — The unique identifier of the Viewing Station
    - `ip_address` string — The IP address of the Viewing Station
    - `last_seen_at` string — The last time the Viewing Station was online in Unix epoch format
    - `last_status` string, required — The last status of the Viewing Station. Possible values include "online" and "offline."
    - `location` string — The location of the Viewing Station
    - `location_lat` number — The latitude of the Viewing Station location
    - `location_lon` number — The longitude of the Viewing Station location
    - `name` string — The name of the Viewing Station
    - `site_id` string, uuid — The unique identifier of the site that the Viewing Station belongs to
    - `timezone` string — The timezone of the Viewing Station

---

[API](https://skmtc.net/verkada/apis/api-tokens.md) · [All operations](https://skmtc.net/verkada/apis/api-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verkada/api-tokens/revisions/4a79d2d949a6/schema)
