---
title: "GET /wireless-devices"
method: GET
path: "/wireless-devices"
---

# GET /wireless-devices

`GET /wireless-devices`

Lists the wireless devices registered to your AWS account.

## Query parameters

- `maxResults` integer — The maximum number of results to return in this operation.
- `nextToken` string
- `destinationName` string
- `deviceProfileId` string
- `serviceProfileId` string
- `wirelessDeviceType` 'Sidewalk' | 'LoRaWAN'
- `fuotaTaskId` string — The ID of a FUOTA task.
- `multicastGroupId` string — The ID of the multicast group.
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListWirelessDevicesResponse
  - `NextToken` string — The token to use to get the next set of results, or <b>null</b> if there are no additional results.
  - `WirelessDeviceList` WirelessDeviceStatistics[] — The ID of the wireless device.
    - `Arn` string — The Amazon Resource Name of the resource.
    - `Id` string — The ID of the wireless device reporting the data.
    - `Type` 'Sidewalk' | 'LoRaWAN' — The wireless device type.
    - `Name` string — The name of the resource.
    - `DestinationName` string — The name of the destination to which the device is assigned.
    - `LastUplinkReceivedAt` string — The date and time when the most recent uplink was received.
    - `LoRaWAN` object — LoRaWAN device info.
      - `DevEui` string — The DevEUI value.
    - `Sidewalk` object — The Sidewalk account credentials.
      - `AmazonId` string — The Sidewalk Amazon ID.
      - `SidewalkId` string — The sidewalk device identification.
      - `SidewalkManufacturingSn` string — The Sidewalk manufacturing series number.
      - `DeviceCertificates` CertificateList[] — The sidewalk device certificates for Ed25519 and P256r1.
        - `SigningAlg` 'Ed25519' | 'P256r1', required — The certificate chain algorithm provided by sidewalk.
        - `Value` string, required — The value of the chosen sidewalk certificate.
      - `DeviceProfileId` string — Sidewalk object used by list functions.
      - `Status` 'PROVISIONED' | 'REGISTERED' | 'ACTIVATED' | 'UNKNOWN' — The status of the Sidewalk devices, such as provisioned or registered.
    - `FuotaDeviceStatus` 'Initial' | 'Package_Not_Supported' | 'FragAlgo_unsupported' | 'Not_enough_memory' | 'FragIndex_unsupported' | 'Wrong_descriptor' | 'SessionCnt_replay' | 'MissingFrag' | 'MemoryError' | 'MICError' | 'Successful' — The status of a wireless device in a FUOTA task.
    - `MulticastDeviceStatus` string — The status of the wireless device in the multicast group.
    - `McGroupId` integer — Id of the multicast group.

## Other responses

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

---

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