---
title: "GET /wireless-gateways/{Identifier}#identifierType"
method: GET
path: "/wireless-gateways/{Identifier}#identifierType"
---

# GET /wireless-gateways/{Identifier}#identifierType

`GET /wireless-gateways/{Identifier}#identifierType`

Gets information about a wireless gateway.

## Path parameters

- `Identifier` string, required

## Query parameters

- `identifierType` 'GatewayEui' | 'WirelessGatewayId' | 'ThingName', required

## Response `200`

Success

- GetWirelessGatewayResponse
  - `Name` string — The name of the resource.
  - `Id` string — The ID of the wireless gateway.
  - `Description` string — The description of the resource.
  - `LoRaWAN` object — Information about the wireless gateway.
    - `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.
  - `Arn` string — The Amazon Resource Name of the resource.
  - `ThingName` string — The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
  - `ThingArn` string — The ARN of the thing associated with the wireless gateway.

## Other responses

- `480` — ValidationException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `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/revisions/022d242d4bce/schema)
