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

# GET /multicast-groups/{Id}/session

`GET /multicast-groups/{Id}/session`

Gets information about a multicast group session.

## Path parameters

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

## Response `200`

Success

- GetMulticastGroupSessionResponse
  - `LoRaWAN` LoRaWANMulticastSession — The LoRaWAN information used with the multicast session.
    - `DlDr` integer — Downlink data rate.
    - `DlFreq` integer — Downlink frequency.
    - `SessionStartTime` string, date-time — Timestamp of when the multicast group session is to start.
    - `SessionTimeout` integer — How long before a multicast group session is to timeout.
    - `PingSlotPeriod` integer — The PingSlotPeriod value.

## 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)
