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

# GET /managed-thing-schemas/{Identifier}

`GET /managed-thing-schemas/{Identifier}`

List schemas associated with a managed thing.

## Path parameters

- `Identifier` string, required

## Query parameters

- `EndpointIdFilter` string
- `CapabilityIdFilter` string
- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- ListManagedThingSchemasResponse
  - `Items` ManagedThingSchemaListItem[] — The list of managed thing schemas.
    - `EndpointId` string — The id of the endpoint for a managed thing.
    - `CapabilityId` string — The id of the capability for a managed thing.
    - `Schema` object — The validation schema for one schema item associated with a managed thing.
  - `NextToken` string — A token that can be used to retrieve the next set of results.

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