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

# GET /billing-groups/{billingGroupName}

`GET /billing-groups/{billingGroupName}`

Returns information about a billing group.

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

## Path parameters

- `billingGroupName` string, required

## Response `200`

Success

- DescribeBillingGroupResponse
  - `billingGroupName` string — The name of the billing group.
  - `billingGroupId` string — The ID of the billing group.
  - `billingGroupArn` string — The ARN of the billing group.
  - `version` integer — The version of the billing group.
  - `billingGroupProperties` object — The properties of the billing group.
    - `billingGroupDescription` string — The description of the billing group.
  - `billingGroupMetadata` object — Additional information about the billing group.
    - `creationDate` string, date-time — The date the billing group was created.

## Other responses

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

---

[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/versions/deef5c4b09f0/schema)
