---
title: "Check cluster containment"
method: GET
path: "/v3/topic-clusters/contains"
tags: ["Topic Clusters"]
---

# Check cluster containment

`GET /v3/topic-clusters/contains`

Checks if any topic cluster contains the given keyword or prompt.

## Query parameters

- `teamId` string
- `keyword` string
- `prompt` string

## Response `200`

Default Response

- object
  - `keyword` string, nullable
  - `prompt` string, nullable
  - `clustersContainingKeyword` string[]
  - `clustersContainingPrompt` string[]

## Other responses

- `400` — Default Response

---

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