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

# Retrieve Device Status

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

View the most recent sensor measurements of the device specified.

## Path parameters

- `deviceId` string, required

## Headers

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

## Response `200`

The requested device status

- DeviceStatusResponse
  - `currentLocation` 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
  - `isAttachedToShipment` boolean
  - `shipmentId` string, nullable
  - `lastUpdatedAt` string, date-time, nullable
  - `temperature` number, double, nullable
  - `probeTemperature` number, double, nullable
  - `humidity` number, double, nullable
  - `pressure` number, double, nullable
  - `light` number, double, nullable
  - `motion` number, double
  - `acceleration` number, double
  - `batteryPowerPercent` integer
  - `estimatedBatteryLifeMinutes` number, double, nullable

## Other responses

- `400` — The requested device status 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)
