---
title: "Get topic cluster details"
method: GET
path: "/v3/topic-clusters/{topicId}"
tags: ["Topic Clusters"]
---

# Get topic cluster details

`GET /v3/topic-clusters/{topicId}`

Returns full details for a topic cluster including keywords, prompts, and performance.

## Path parameters

- `topicId` string, required

## Query parameters

- `teamId` string
- `days` string
- `startDate` string
- `endDate` string

## Response `200`

Default Response

- object
  - `topic` object
  - `overview` object
  - `trend` object
  - `performance` object
  - `keywords` object[]
  - `prompts` object[]

## Other responses

- `400` — Default Response
- `404` — 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/6e50f4761eea/schema)
