---
title: "GET /wireless_device_import_tasks"
method: GET
path: "/wireless_device_import_tasks"
---

# GET /wireless_device_import_tasks

`GET /wireless_device_import_tasks`

List wireless devices that have been added to an import task.

## Query parameters

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

## Response `200`

Success

- ListWirelessDeviceImportTasksResponse
  - `NextToken` string — The token to use to get the next set of results, or <code>null</code> if there are no additional results.
  - `WirelessDeviceImportTaskList` WirelessDeviceImportTask[] — List of import tasks and summary information of onboarding status of devices in each import task.
    - `Id` string — The ID of the wireless device import task.
    - `Arn` string — The ARN (Amazon Resource Name) of the wireless device import task.
    - `DestinationName` string — The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless
    - `Sidewalk` object — The Sidewalk-related information of the wireless device import task.
      - `DeviceCreationFileList` DeviceCreationFile[] — List of Sidewalk devices that are added to the import task.
      - `Role` string — The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.
    - `CreationTime` string, date-time — The time at which the import task was created.
    - `Status` 'INITIALIZING' | 'INITIALIZED' | 'PENDING' | 'COMPLETE' | 'FAILED' | 'DELETING' — The status information of the wireless device import task.
    - `StatusReason` string — The reason that provides additional information about the import task status.
    - `InitializedImportedDeviceCount` integer — The summary information of count of wireless devices that are waiting for the control log to be added to an import task.
    - `PendingImportedDeviceCount` integer — The summary information of count of wireless devices in an import task that are waiting in the queue to be onboarded.
    - `OnboardedImportedDeviceCount` integer — The summary information of count of wireless devices in an import task that have been onboarded to the import task.
    - `FailedImportedDeviceCount` integer — The summary information of count of wireless devices in an import task that failed to onboarded to the import task.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — InternalServerException
- `484` — ConflictException
- `485` — 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/revisions/022d242d4bce/schema)
