---
title: "Gets the freeze status of the community features for a group."
method: GET
path: "/v1/groups/{groupId}/community-feature-freezes"
tags: ["Groups"]
---

# Gets the freeze status of the community features for a group.

`GET /v1/groups/{groupId}/community-feature-freezes`

## Path parameters

- `groupId` integer, required

## Response `200`

OK

- RobloxGroupsApiGetCommunityFeatureFreezesResponse — Response model for the community feature freezes endpoint.
  - `features` RobloxGroupsApiCommunityFeatureFreezeStatus[] — The freeze status of each community feature.
    - `feature` string — The community feature.
    - `isDisabled` boolean — Whether the feature is currently disabled.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/40ce8069acc1/schema)
