---
title: "List block lists"
method: GET
path: "/blocklists"
tags: ["product:chat"]
---

# List block lists

`GET /blocklists`

Returns all available block lists

## Query parameters

- `team` string
- `cursor` string
- `limit` integer

## Response `200`

Response

- ListBlockListResponse, nullable — Basic response information
  - `blocklists` BlockListResponse[], required
    - `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 — Duration of the request in milliseconds
  - `next_cursor` string

## Other responses

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

## Changes

> 108 revisions in range; 2 not diffed.

- **2026-07-29** `d274674f0337` — 6 info
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `limit`
  - added the optional property `blocklists/items/owner_user_id` to the response with the `200` status
  - added the optional property `next_cursor` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/getstream/apis/stream-api/changes/blocklists/get.md)

---

[API](https://skmtc.dev/getstream/apis/stream-api.md) · [All operations](https://skmtc.dev/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getstream/stream-api/revisions/653d3d10a523/schema)
