---
title: "Update tracking for a topic cluster"
method: PATCH
path: "/v3/topic-clusters/{topicId}/tracking"
tags: ["Topic Clusters"]
---

# Update tracking for a topic cluster

`PATCH /v3/topic-clusters/{topicId}/tracking`

Enable or disable keyword and prompt tracking for a topic cluster.

## Path parameters

- `topicId` string, required

## Request body

- object
  - `teamId` string
  - `active` boolean

## Response `200`

Default Response

- object
  - `success` boolean
  - `updated` number
  - `promptsSkipped` number
  - `trackedKeywordsUpdated` number
  - `trackedKeywordsCreated` number
  - `active` boolean

## 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)
