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

## Changes

> 31 revisions in range; 10 could not be searched.

- **2026-07-26** `60ff6690f93c` — 1 info
  - added the optional property `promptsSkipped` to the response with the `200` status

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/topic-clusters/:topicId/tracking/patch.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/86840800b2f3/schema)
