---
title: "GET /wireless-devices/{Id}/statistics"
method: GET
path: "/wireless-devices/{Id}/statistics"
---

# GET /wireless-devices/{Id}/statistics

`GET /wireless-devices/{Id}/statistics`

Gets operating information about a wireless device.

## Path parameters

- `Id` string, required — The ID of the wireless device.

## Response `200`

Success

- GetWirelessDeviceStatisticsResponse
  - `WirelessDeviceId` string — The ID of the wireless device.
  - `LastUplinkReceivedAt` string — The date and time when the most recent uplink was received.
  - `LoRaWAN` object — Information about the wireless device's operations.
    - `DevEui` string — The DevEUI value.
    - `FPort` integer — The FPort value.
    - `DataRate` integer — The DataRate value.
    - `Frequency` integer — The device's channel frequency in Hz.
    - `Timestamp` string — The date and time of the metadata.
    - `Gateways` LoRaWANGatewayMetadata[] — Information about the gateways accessed by the device.
      - `GatewayEui` string — The gateway's EUI value.
      - `Snr` number, double — The SNR value.
      - `Rssi` number, double — The RSSI value.
  - `Sidewalk` object — MetaData for Sidewalk device.
    - `Rssi` integer — The RSSI value.
    - `BatteryLevel` 'normal' | 'low' | 'critical' — Sidewalk device battery level.
    - `Event` 'discovered' | 'lost' | 'ack' | 'nack' | 'passthrough' — Sidewalk device status notification.
    - `DeviceState` 'Provisioned' | 'RegisteredNotSeen' | 'RegisteredReachable' | 'RegisteredUnreachable' — Device state defines the device status of sidewalk device.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — InternalServerException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iotwireless.md) · [All operations](https://skmtc.net/aws/apis/iotwireless/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotwireless/versions/022d242d4bce/schema)
