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

# GET /wireless-gateway-task-definitions

`GET /wireless-gateway-task-definitions`

List the wireless gateway tasks definitions registered to your AWS account.

## Query parameters

- `maxResults` integer — The maximum number of results to return in this operation.
- `nextToken` string
- `taskDefinitionType` 'UPDATE'

## Response `200`

Success

- ListWirelessGatewayTaskDefinitionsResponse
  - `NextToken` string — The token to use to get the next set of results, or <b>null</b> if there are no additional results.
  - `TaskDefinitions` UpdateWirelessGatewayTaskEntry[] — The list of task definitions.
    - `Id` string — The ID of the new wireless gateway task entry.
    - `LoRaWAN` object — The properties that relate to the LoRaWAN wireless gateway.
      - `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` — InternalServerException
- `483` — 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)
