Skip to main content
GET
/
v3
/
topic-clusters
/
{topicId}
Get topic cluster details
curl --request GET \
  --url https://api.snowseo.com/v3/topic-clusters/{topicId} \
  --header 'Authorization: Bearer <token>'
{
  "topic": {},
  "overview": {},
  "trend": {},
  "performance": {},
  "keywords": [
    {}
  ],
  "prompts": [
    {}
  ]
}
Returns detailed information about a specific topic including all linked keywords, prompts, visibility trends, and performance insights.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

topicId
string
required

Topic cluster ID

Query Parameters

teamId
string

Team ID

days
string

Legacy rolling-window fallback (number of days). Prefer startDate + endDate.

startDate
string

Window start date (YYYY-MM-DD, UTC). Takes precedence over days.

endDate
string

Window end date (YYYY-MM-DD, UTC). Takes precedence over days.

Response

Default Response

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