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

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

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

Lists the things in the specified group.

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

## Path parameters

- `thingGroupName` string, required

## Query parameters

- `recursive` boolean
- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListThingsInThingGroupResponse
  - `things` ThingName[] — The things in the specified thing group.
  - `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)
