---
title: "GET /ota-tasks/{Identifier}/devices"
method: GET
path: "/ota-tasks/{Identifier}/devices"
---

# GET /ota-tasks/{Identifier}/devices

`GET /ota-tasks/{Identifier}/devices`

List all of the over-the-air (OTA) task executions.

## Path parameters

- `Identifier` string, required

## Query parameters

- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- ListOtaTaskExecutionsResponse
  - `ExecutionSummaries` OtaTaskExecutionSummaries[] — A list of all of the over-the-air (OTA) task executions.
    - `TaskExecutionSummary` object — Structure representing one over-the-air (OTA) task execution summary
      - `ExecutionNumber` integer — The execution number of the over-the-air (OTA) task execution summary.
      - `LastUpdatedAt` string, date-time — The timestamp value of when the over-the-air (OTA) task execution summary was last updated.
      - `QueuedAt` string, date-time — The timestamp value of when the over-the-air (OTA) task execution summary is targeted to start.
      - `RetryAttempt` integer — The number of retry attempts for starting the over-the-air (OTA) task execution summary after a failed attempt.
      - `StartedAt` string, date-time — The timestamp value of when the over-the-air (OTA) task execution summary started.
      - `Status` 'QUEUED' | 'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED' | 'TIMED_OUT' | 'REJECTED' | 'REMOVED' | 'CANCELED' — The status of the over-the-air (OTA) task execution summary.
    - `ManagedThingId` string — The id of a managed thing.
  - `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/versions/d043c13c812a/schema)
