---
title: "Get device"
method: GET
path: "/v1/device/{device_id}"
tags: ["Devices"]
---

# Get device

`GET /v1/device/{device_id}`

## Path parameters

- `device_id` string, required — ID of a device

## Response `200`

OK

- Device — Device object that represents a Slide Box.
  - `addresses` NetworkAddress[], required — List of network addresses
    - `ips` string[], required
    - `mac` string, required — MAC address of the network interface.
  - `booted_at` string, date-time — Boot timestamp
  - `client_id` string — ID of a client
  - `device_id` string, required — ID of a device
  - `device_warranty_expiration_date` string, date-time, required — Warranty expiration date of the device
  - `display_name` string, required — Customizable display name
  - `hardware_model_name` string, required — Hardware model name of the device
  - `hostname` string, required — Hostname of the system
  - `image_version` string, required — Version of the device image
  - `ip_addresses` string[], required — This field is deprecated and will be removed in the future.
  - `last_seen_at` string, date-time, required — Last seen timestamp
  - `network_update_pending` boolean — Whether the device has a network update pending
  - `nfr` boolean, required — Whether the device is an NFR device
  - `package_version` string, required — Version of the Slide package
  - `public_ip_address` string, ipv4, required — Public IP address of the device
  - `serial_number` string, required — Serial number of the device
  - `service_model_name` string, required — Service model name of the device
  - `service_model_name_short` string, required — Short service model name of the device
  - `service_status` 'pending_activation' | 'active' | 'canceled', required — Status of the service
  - `storage_total_bytes` integer, required — Total storage in bytes
  - `storage_used_bytes` integer, required — Used storage in bytes
  - `total_agent_included_volume_used_bytes` integer, required — Amount of data currently on the device's Protected Systems

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

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