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

# GET /ota-tasks

`GET /ota-tasks`

List all of the over-the-air (OTA) tasks.

## Query parameters

- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- ListOtaTasksResponse
  - `Tasks` OtaTaskSummary[] — A list of all of the over-the-air (OTA) tasks.
    - `TaskId` string — The id of the over-the-air (OTA) task.
    - `TaskArn` string — The Amazon Resource Name (ARN) of the over-the-air (OTA) task.
    - `CreatedAt` string, date-time — The timestamp value of when the over-the-air (OTA) task was created at.
    - `LastUpdatedAt` string, date-time — The timestamp value of when the over-the-air (OTA) task was last updated at.
    - `TaskConfigurationId` string — The identifier for the over-the-air (OTA) task configuration.
    - `Status` 'IN_PROGRESS' | 'CANCELED' | 'COMPLETED' | 'DELETION_IN_PROGRESS' | 'SCHEDULED' — The status of the over-the-air (OTA) task summary.
  - `NextToken` string — A token that can be used to retrieve the next set of results.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — ThrottlingException
- `484` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/iot-managed-integrations.md) · [All operations](https://skmtc.net/aws/apis/iot-managed-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iot-managed-integrations/revisions/d043c13c812a/schema)
