---
title: "GET /things/{thingName}/thing-groups"
method: GET
path: "/things/{thingName}/thing-groups"
---

# GET /things/{thingName}/thing-groups

`GET /things/{thingName}/thing-groups`

List the thing groups to which the specified thing belongs.

Requires permission to access the [ListThingGroupsForThing](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Path parameters

- `thingName` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListThingGroupsForThingResponse
  - `thingGroups` GroupNameAndArn[] — The thing groups.
    - `groupName` string — The group name.
    - `groupArn` string — The group ARN.
  - `nextToken` string — The token to use to get the next set of results, or <b>null</b> if there are no additional results.

## Other responses

- `480` — InvalidRequestException
- `481` — InternalFailureException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iot.md) · [All operations](https://skmtc.net/aws/apis/iot/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iot/revisions/deef5c4b09f0/schema)
