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

# GET /managed-things-capabilities/{Identifier}

`GET /managed-things-capabilities/{Identifier}`

Get the capabilities for a managed thing using the device ID.

## Path parameters

- `Identifier` string, required

## Response `200`

Success

- GetManagedThingCapabilitiesResponse
  - `ManagedThingId` string — The id of the device.
  - `Capabilities` string — The capabilities of the device such as light bulb.Capabilities has been deprecated, use CapabilityReport instead
  - `CapabilityReport` object — A report of the capabilities for the managed thing.
    - `version` string, required — The version of the capability report.
    - `nodeId` string — The numeric identifier of the node.
    - `endpoints` CapabilityReportEndpoint[], required — The endpoints used in the capability report.
      - `id` string, required — The id of the endpoint used in the capability report.
      - `deviceTypes` DeviceType[], required — The type of device.
      - `capabilities` CapabilityReportCapability[], required — The capabilities used in the capability report.
        - `id` string, required — The id of the schema version.
        - `name` string, required — The name of the capability.
        - `version` string, required — The version of the capability.
        - `properties` unknown, required
        - `actions` ActionName[], required — The capability actions used in the capability report.
        - `events` EventName[], required — The capability events used in the capability report.

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