---
title: "GET /wireless_device_import_task#id"
method: GET
path: "/wireless_device_import_task#id"
---

# GET /wireless_device_import_task#id

`GET /wireless_device_import_task#id`

List the Sidewalk devices in an import task and their onboarding status.

## Query parameters

- `id` string, required
- `maxResults` integer — The maximum number of results to return in this operation.
- `nextToken` string
- `status` 'INITIALIZED' | 'PENDING' | 'ONBOARDED' | 'FAILED'

## Response `200`

Success

- ListDevicesForWirelessDeviceImportTaskResponse
  - `NextToken` string — The token to use to get the next set of results, or <code>null</code> if there are no additional results.
  - `DestinationName` string — The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.
  - `ImportedWirelessDeviceList` ImportedWirelessDevice[] — List of wireless devices in an import task and their onboarding status.
    - `Sidewalk` object — The Sidewalk-related information about a device that has been added to an import task.
      - `SidewalkManufacturingSn` string — The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
      - `OnboardingStatus` 'INITIALIZED' | 'PENDING' | 'ONBOARDED' | 'FAILED' — The onboarding status of the Sidewalk device in the import task.
      - `OnboardingStatusReason` string — The reason for the onboarding status information for the Sidewalk device.
      - `LastUpdateTime` string, date-time — The time at which the status information was last updated.

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