---
title: "GET /managed-things/{Identifier}"
method: GET
path: "/managed-things/{Identifier}"
---

# GET /managed-things/{Identifier}

`GET /managed-things/{Identifier}`

Get details of a managed thing including its attributes and capabilities.

## Path parameters

- `Identifier` string, required

## Response `200`

Success

- GetManagedThingResponse
  - `Id` string — The id of the managed thing.
  - `Arn` string — The Amazon Resource Name (ARN) of the managed thing.
  - `Owner` string, password — Owner of the device, usually an indication of whom the device belongs to. This value should not contain personal identifiable information.
  - `CredentialLockerId` string — The identifier of the credential locker for the managed thing.
  - `AdvertisedProductId` string — The id of the advertised product.
  - `Role` 'CONTROLLER' | 'DEVICE' — The type of device used. This will be the Amazon Web Services hub controller, cloud device, or IoT device.
  - `ProvisioningStatus` 'UNASSOCIATED' | 'PRE_ASSOCIATED' | 'DISCOVERED' | 'ACTIVATED' | 'DELETION_FAILED' | 'DELETE_IN_PROGRESS' | 'ISOLATED' | 'DELETED' — The provisioning status of the device in the provisioning workflow for onboarding to IoT managed integrations. For more information, see <a href="https://docs.aws.amazon.com/iot-mi/latest/devguide/device-provisioning.html">Device Provisioning</a>.
  - `Name` string — The name of the managed thing representing the physical device.
  - `Model` string, password — The model of the device.
  - `Brand` string, password — The brand of the device.
  - `SerialNumber` string, password — The serial number of the device.
  - `UniversalProductCode` string, password — The universal product code (UPC) of the device model. The UPC is typically used in the United States of America and Canada.
  - `InternationalArticleNumber` string, password — The unique 13 digit number that identifies the managed thing.
  - `ConnectorPolicyId` string — <p>The id of the connector policy.</p> <note> <p>This parameter is used for cloud-to-cloud devices only.</p> </note>ConnectorPolicyId is deprecated
  - `ConnectorDestinationId` string — The identifier of the connector destination associated with this managed thing.
  - `ConnectorDeviceId` string, password — <p>The third-party device id as defined by the connector. This device id must not contain personal identifiable information (PII).</p> <note> <p>This parameter is used for cloud-to-cloud devices only.</p> </note>
  - `DeviceSpecificKey` string, password — <p>A Zwave device-specific key used during device activation.</p> <note> <p>This parameter is used for Zwave devices only.</p> </note>
  - `MacAddress` string, password — <p>The media access control (MAC) address for the device represented by the managed thing.</p> <note> <p>This parameter is used for Zigbee devices only.</p> </note>
  - `ParentControllerId` string — Id of the controller device used for the discovery job.
  - `Classification` string, password — The classification of the managed thing such as light bulb or thermostat.
  - `CreatedAt` string, date-time — The timestamp value of when the device creation request occurred.
  - `UpdatedAt` string, date-time — The timestamp value of when the managed thing was last updated at.
  - `ActivatedAt` string, date-time — The timestampe value of when the device was activated.
  - `HubNetworkMode` 'STANDARD' | 'NETWORK_WIDE_EXCLUSION' — The network mode for the hub-connected device.
  - `MetaData` object — The metadata for the managed thing.
  - `Tags` object — A set of key/value pairs that are used to manage the managed thing.
  - `WiFiSimpleSetupConfiguration` object — The Wi-Fi Simple Setup configuration for the managed thing, which defines provisioning capabilities and timeout settings.
    - `EnableAsProvisioner` boolean — Indicates whether the device can act as a provisioner in Wi-Fi Simple Setup, allowing it to configure other devices.
    - `EnableAsProvisionee` boolean — Indicates whether the device can act as a provisionee in Wi-Fi Simple Setup, allowing it to be configured by other devices.
    - `TimeoutInMinutes` integer — The timeout duration in minutes for Wi-Fi Simple Setup. Valid range is 5 to 15 minutes.

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