---
title: "GET /billing-groups"
method: GET
path: "/billing-groups"
---

# GET /billing-groups

`GET /billing-groups`

Lists the billing groups you have created.

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

## Query parameters

- `nextToken` string
- `maxResults` integer
- `namePrefixFilter` string

## Response `200`

Success

- ListBillingGroupsResponse
  - `billingGroups` GroupNameAndArn[] — The list of billing 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)
