---
title: "Retrieve a Device"
method: GET
path: "/public/v3/Devices/{deviceId}"
tags: ["Devices"]
---

# Retrieve a Device

`GET /public/v3/Devices/{deviceId}`

View a device within the specified account.

## Path parameters

- `deviceId` string, required

## Headers

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

## Response `200`

The requested device

- DeviceResponse
  - `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)

## 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)
