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

# GET /fuota-tasks/{Id}/multicast-groups

`GET /fuota-tasks/{Id}/multicast-groups`

List all multicast groups associated with a fuota task.

## Path parameters

- `Id` string, required — The ID of a FUOTA task.

## Query parameters

- `nextToken` string
- `maxResults` integer — The maximum number of results to return in this operation.
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListMulticastGroupsByFuotaTaskResponse
  - `NextToken` string — To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.
  - `MulticastGroupList` MulticastGroupByFuotaTask[] — List of multicast groups associated with a FUOTA task.
    - `Id` string — The ID of the multicast group.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — ResourceNotFoundException
- `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)
