---
title: "GET /multicast-groups/{Id}"
method: GET
path: "/multicast-groups/{Id}"
---

# GET /multicast-groups/{Id}

`GET /multicast-groups/{Id}`

Gets information about a multicast group.

## Path parameters

- `Id` string, required — The ID of the multicast group.

## Response `200`

Success

- GetMulticastGroupResponse
  - `Arn` string — The arn of the multicast group.
  - `Id` string — The ID of the multicast group.
  - `Name` string — The name of the multicast group.
  - `Description` string — The description of the new resource.
  - `Status` string — The status of the multicast group.
  - `LoRaWAN` LoRaWANMulticastGet — The LoRaWAN information that is to be returned from getting multicast group information.
    - `RfRegion` 'EU868' | 'US915' | 'AU915' | 'AS923-1' | 'AS923-2' | 'AS923-3' | 'AS923-4' | 'EU433' | 'CN470' | 'CN779' | 'RU864' | 'KR920' | 'IN865' — Supported RfRegions
    - `DlClass` 'ClassB' | 'ClassC' — DlClass for LoRaWAM, valid values are ClassB and ClassC.
    - `NumberOfDevicesRequested` integer — Number of devices that are requested to be associated with the multicast group.
    - `NumberOfDevicesInGroup` integer — Number of devices that are associated to the multicast group.
  - `CreatedAt` string, date-time — Created at timestamp for the resource.

## Other responses

- `480` — ValidationException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — InternalServerException
- `484` — ThrottlingException

---

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