---
title: "Get All Text Blocklists"
method: GET
path: "/text/blocklists"
---

# Get All Text Blocklists

`GET /text/blocklists`

Get all text blocklists details.

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- PagedTextBlocklist — Paged collection of TextBlocklist items
  - `value` TextBlocklist[], required — The TextBlocklist items on this page
    - `blocklistName` string, required — Text blocklist name.
    - `description` string — Text blocklist description.
  - `nextLink` string, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-contentsafety.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-contentsafety/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-contentsafety/revisions/d4969093cba0/schema)
