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

Request

topicId
string
required
The ID of the topic cluster.
teamId
string
required
Your team ID.

Response

{
  "id": "topic_xyz890",
  "name": "Content Marketing"
}