---
title: "List devices"
method: GET
path: "/v1/device"
tags: ["Devices"]
---

# List devices

`GET /v1/device`

## Query parameters

- `offset` integer
- `limit` integer
- `sort_by` 'hostname'
- `sort_asc` boolean
- `client_id` string — ID of a client
- `created_after` string, date-time
- `created_before` string, date-time

## Response `200`

OK

- object — Paginated response
  - `data` Device[], required — List of devices
    - `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
  - `pagination` Pagination, required
    - `next_offset` integer — Next offset to use for pagination. If this field is not present, that indicates there are no more items to fetch.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `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)
