---
title: "GET /managed-thing-associations"
method: GET
path: "/managed-thing-associations"
---

# GET /managed-thing-associations

`GET /managed-thing-associations`

Lists all account associations for a specific managed thing.

## Query parameters

- `ManagedThingId` string
- `AccountAssociationId` string
- `MaxResults` integer
- `NextToken` string

## Response `200`

Success

- ListManagedThingAccountAssociationsResponse
  - `Items` ManagedThingAssociation[] — The list of managed thing associations that match the specified criteria, including the managed thing ID and account association ID for each association.
    - `ManagedThingId` string — The identifier of the managed thing in the association.
    - `AccountAssociationId` string — The identifier of the account association in the association.
    - `ManagedThingAssociationStatus` 'PRE_ASSOCIATED' | 'ASSOCIATED' — The status of the registration between the managed thing and the account association. Indicates whether the device is pre-associated or fully associated with the account association.
  - `NextToken` string — A token used for pagination of results when there are more account associations than can be returned in a single response.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — 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)
