---
title: "Get block list"
method: GET
path: "/blocklists/{name}"
tags: ["product:chat"]
---

# Get block list

`GET /blocklists/{name}`

Returns block list by given name

## Path parameters

- `name` string, required — Block list name

## Query parameters

- `team` string

## Response `200`

GetBlockListResponse

- GetBlockListResponse, nullable — Response for get block list
  - `blocklist` BlockListResponse — Block list contains restricted words
    - `created_at` string, date-time — Date/time of creation
    - `id` string
    - `is_confusable_folding_enabled` boolean, required
    - `is_leet_check_enabled` boolean, required
    - `is_plural_check_enabled` boolean, required
    - `is_substring_matching_enabled` boolean, required
    - `name` string, required — Block list name
    - `owner_user_id` string
    - `team` string
    - `type` string, required — Block list type. One of: regex, domain, domain_allowlist, email, email_allowlist, word
    - `updated_at` string, date-time — Date/time of the last update
    - `words` string[], required — List of words to block
  - `duration` string, required

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/509a44ead023/schema)
