---
title: "Notify me when this grouping run finishes"
method: POST
path: "/v3/topic-clusters/suggest-groups/notify-when-done"
tags: ["Topic Clusters"]
---

# Notify me when this grouping run finishes

`POST /v3/topic-clusters/suggest-groups/notify-when-done`

Turns the completion notification for one run on or off. Send `notify: false` when reattaching to a run already being watched, so it is not announced to a user who can see it finish.

## Request body

- object
  - `teamId` string, required
  - `jobId` string, required
  - `notify` boolean

## Response `200`

Default Response

- object
  - `success` 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/revisions/c8f1f876a92c/schema)
