---
title: "GET /billing-groups/{billingGroupName}/things"
method: GET
path: "/billing-groups/{billingGroupName}/things"
---

# GET /billing-groups/{billingGroupName}/things

`GET /billing-groups/{billingGroupName}/things`

Lists the things you have added to the given billing group.

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

## Path parameters

- `billingGroupName` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListThingsInBillingGroupResponse
  - `things` ThingName[] — A list of things in the billing group.
  - `nextToken` string — The token to use to get the next set of results. Will not be returned if operation has returned all 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)
