---
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}`

Get information about an import task and count of device onboarding summary information for the import task.

## Path parameters

- `Id` string, required

## Response `200`

Success

- GetWirelessDeviceImportTaskResponse
  - `Id` string — The identifier of the import task for which information is retrieved.
  - `Arn` string — The ARN (Amazon Resource Name) of the import task.
  - `DestinationName` string — The name of the destination that's assigned to the wireless devices in the import task.
  - `Sidewalk` object — The Sidewalk-related information about an 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 import task status.
  - `StatusReason` string — The reason for the provided status information, such as a validation error that causes the import task to fail.
  - `InitializedImportedDeviceCount` integer — The number of devices in the import task that are waiting for the control log to start processing.
  - `PendingImportedDeviceCount` integer — The number of devices in the import task that are waiting in the import task queue to be onboarded.
  - `OnboardedImportedDeviceCount` integer — The number of devices in the import task that have been onboarded to the import task.
  - `FailedImportedDeviceCount` integer — The number of devices in the import task that failed to onboard 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/versions/022d242d4bce/schema)
