---
title: "GET /wireless-gateway-task-definitions/{Id}"
method: GET
path: "/wireless-gateway-task-definitions/{Id}"
---

# GET /wireless-gateway-task-definitions/{Id}

`GET /wireless-gateway-task-definitions/{Id}`

Gets information about a wireless gateway task definition.

## Path parameters

- `Id` string, required

## Response `200`

Success

- GetWirelessGatewayTaskDefinitionResponse
  - `AutoCreateTasks` boolean — Whether to automatically create tasks using this task definition for all gateways with the specified current version. If <code>false</code>, the task must me created by calling <code>CreateWirelessGatewayTask</code>.
  - `Name` string — The name of the resource.
  - `Update` object — Information about the gateways to update.
    - `UpdateDataSource` string — The link to the S3 bucket.
    - `UpdateDataRole` string — The IAM role used to read data from the S3 bucket.
    - `LoRaWAN` object — The properties that relate to the LoRaWAN wireless gateway.
      - `UpdateSignature` string — The signature used to verify the update firmware.
      - `SigKeyCrc` integer — The CRC of the signature private key to check.
      - `CurrentVersion` object — The version of the gateways that should receive the update.
        - `PackageVersion` string — The version of the wireless gateway firmware.
        - `Model` string — The model number of the wireless gateway.
        - `Station` string — The basic station version of the wireless gateway.
      - `UpdateVersion` object — The firmware version to update the gateway to.
        - `PackageVersion` string — The version of the wireless gateway firmware.
        - `Model` string — The model number of the wireless gateway.
        - `Station` string — The basic station version of the wireless gateway.
  - `Arn` string — The Amazon Resource Name of the resource.

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