---
title: "GET /device-discoveries/{Identifier}/devices"
method: GET
path: "/device-discoveries/{Identifier}/devices"
---

# GET /device-discoveries/{Identifier}/devices

`GET /device-discoveries/{Identifier}/devices`

Lists all devices discovered during a specific device discovery task.

## Path parameters

- `Identifier` string, required

## Query parameters

- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- ListDiscoveredDevicesResponse
  - `Items` DiscoveredDeviceSummary[] — The list of discovered devices that match the specified criteria.
    - `ConnectorDeviceId` string, password — The third-party device identifier as defined by the connector. This identifier must not contain personal identifiable information (PII).
    - `ConnectorDeviceName` string — The name of the device as defined by the connector or third-party system.
    - `DeviceTypes` DeviceType[] — The list of device types or categories that the discovered device belongs to.
    - `ManagedThingId` string — The identifier of the managed thing created for this discovered device, if one exists.
    - `Modification` 'DISCOVERED' | 'UPDATED' | 'NO_CHANGE' — The status of the discovered device, indicating whether it has been added, removed, or modified since the last discovery.
    - `DiscoveredAt` string, date-time — The timestamp indicating when the device was discovered.
    - `Brand` string, password — The brand of the discovered device.
    - `Model` string, password — The model of the discovered device.
    - `AuthenticationMaterial` string, password — The authentication material required for connecting to the discovered device, such as credentials or tokens.
  - `NextToken` string — A token used for pagination of results when there are more discovered devices than can be returned in a single response.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — UnauthorizedException
- `484` — ServiceUnavailableException
- `485` — ResourceNotFoundException
- `486` — ThrottlingException

---

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