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

# GET /wireless-gateways

`GET /wireless-gateways`

Lists the wireless gateways registered to your AWS account.

## Query parameters

- `nextToken` string
- `maxResults` integer — The maximum number of results to return in this operation.
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListWirelessGatewaysResponse
  - `NextToken` string — The token to use to get the next set of results, or <b>null</b> if there are no additional results.
  - `WirelessGatewayList` WirelessGatewayStatistics[] — The ID of the wireless gateway.
    - `Arn` string — The Amazon Resource Name of the resource.
    - `Id` string — The ID of the wireless gateway reporting the data.
    - `Name` string — The name of the resource.
    - `Description` string — The description of the resource.
    - `LoRaWAN` object — LoRaWAN gateway info.
      - `GatewayEui` string — The gateway's EUI value.
      - `RfRegion` string — The frequency band (RFRegion) value.
      - `JoinEuiFilters` JoinEuiRange[] — A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
        - JoinEui[] — A pair of join EUI describing a range [BegEui, EndEui], both ends are inclusive.
      - `NetIdFilters` NetId[] — A list of NetId values that are used by LoRa gateways to filter the uplink frames.
      - `SubBands` SubBand[] — A list of integer indicating which sub bands are supported by LoRa gateway.
      - `Beaconing` object — Beaconing object information, which consists of the data rate and frequency parameters.
        - `DataRate` integer — The data rate for gateways that are sending the beacons.
        - `Frequencies` BeaconingFrequency[] — The frequency list for the gateways to send the beacons.
      - `MaxEirp` number, float — The MaxEIRP value.
    - `LastUplinkReceivedAt` string — The date and time when the most recent uplink was received.

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