---
title: "Retrieves a stopwords set."
method: GET
path: "/stopwords/{setId}"
tags: ["stopwords"]
---

# Retrieves a stopwords set.

`GET /stopwords/{setId}`

Retrieve the details of a stopwords set, given it's name.

## Path parameters

- `setId` string, required

## Response `200`

Stopwords set fetched.

- StopwordsSetRetrieveSchema
  - `stopwords` StopwordsSetSchema, required
    - `id` string, required
    - `stopwords` string[], required
    - `locale` string

## Other responses

- `404` — Stopwords set not found.

## Changes

> 9 revisions in range; 1 could not be searched.

- **2025-10-14** `3bc6fc9b6132` — 1 info
  - endpoint added
- **2022-08-04** `6c2fe01b69bc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/typesense/apis/typesense-api/changes/stopwords/:setId/get.md)

---

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