---
title: "GET /fuota-tasks"
method: GET
path: "/fuota-tasks"
---

# GET /fuota-tasks

`GET /fuota-tasks`

Lists the FUOTA tasks 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

- ListFuotaTasksResponse
  - `NextToken` string — To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.
  - `FuotaTaskList` FuotaTask[] — Lists the FUOTA tasks registered to your AWS account.
    - `Id` string — The ID of a FUOTA task.
    - `Arn` string — The arn of a FUOTA task.
    - `Name` string — The name of a FUOTA task.

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