---
title: "List Devices"
method: GET
path: "/public/v3/Devices"
tags: ["Devices"]
---

# List Devices

`GET /public/v3/Devices`

List all devices within the specified account.

## Query parameters

- `PageSize` integer
- `PageNumber` integer

## Headers

- `x-tive-account-id` integer, required

## Response `200`

The requested devices

- DeviceResponsePaginatedResponse
  - `totalRecords` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `data` DeviceResponse[], nullable
    - `deviceId` string, nullable
    - `deviceName` string, nullable
    - `currentShipment` DeviceShipment
      - `shipmentId` string, nullable
      - `publicShipmentId` string, nullable
    - `accountId` integer
    - `deviceOwner` string, nullable
    - `batteryPercent` string, nullable
    - `description` string, nullable
    - `powerButtonEnabled` boolean
    - `gpsEnabled` boolean
    - `wifiEnabled` boolean
    - `measurementInterval` integer
    - `transmissionInterval` integer
    - `estimatedBatteryLifeMinutes` integer
    - `alertPresetIds` integer[], nullable
    - `lastLocation` LocationResponse
      - `name` string, nullable
      - `coordinates` CoordinateResponse
        - `latitude` number, double
        - `longitude` number, double
      - `address` AddressResponse
        - `street` string, nullable
        - `sublocality` string, nullable
        - `locality` string, nullable
        - `state` string, nullable
        - `country` string, nullable
        - `postalCode` string, nullable
      - `formattedAddress` string, nullable
      - `locationMethod` string, nullable
      - `locationOrigin` 1 | 2 | 3 | 4
      - `nodeType` 'Warehouse' | 'ConsumerPickupPoint' | 'DistributionCenter' | 'RiskZone' | 'Airport' | 'Seaport' | 'ProductionFacility' | 'Terminal' | 'BorderCrossing' | 'ServiceStop'
      - `shareLocation` boolean
      - `shareLocationExternally` boolean
      - `includeCollaboratorsWhenSharing` boolean
      - `labels` Label[], nullable
        - `labelId` integer
        - `labelText` string, nullable
    - `startupDelay` integer, nullable — Tracker will wait for the specified delay before starting to measure and transmit (Solo Pro only)
  - `next` string, nullable
  - `previous` string, nullable

## Other responses

- `400` — The requested device is not available
- `401` — Unauthorized

---

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