---
title: "Retrieves a paginated list of blocked keywords for a specific Group."
method: GET
path: "/v1/groups/{groupId}/blocked-keywords"
tags: ["Bans and blocks", "Groups"]
---

# Retrieves a paginated list of blocked keywords for a specific Group.

`GET /v1/groups/{groupId}/blocked-keywords`

## Path parameters

- `groupId` integer, required

## Query parameters

- `limit` 10 | 25 | 50 | 100
- `cursor` string
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

OK

- RobloxGroupsApiBlockedKeywordPageResponseRobloxGroupsClientBlockedKeywordModel — ApiPageResponse for blocked keywords
  - `totalActiveKeywordsCount` integer — Total number of active keywords in the group
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxGroupsClientBlockedKeywordModel[]
    - `id` string
    - `keyword` string
    - `createdBy` integer
    - `isPrivate` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — 1: Group is invalid or does not exist. 6: Limit is invalid.
- `401` — 0: Authorization has been denied for this request.
- `403` — 9: User is invalid or does not exist. 10: Insufficient permissions to complete the request.
- `405` — 31: Service is currently unavailable.

---

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