---
title: "Set Golden Set"
method: PUT
path: "/regression/golden-set"
---

# Set Golden Set

`PUT /regression/golden-set`

Replace the entire golden set with the provided incident keys.

## Request body

- SetGoldenSetRequest — Replace the entire golden set with the provided incident keys. Duplicates are de-duped server-side. Empty list clears the suite.
  - `incident_keys` string[]

## Response `200`

Successful Response

- GoldenSetResponse — The org's golden set (full list, ordered by incident key).
  - `incidents` GoldenSetIncidentDTO[], required
    - `incident_key` string, required
    - `added_by` string, nullable
    - `added_at` string, date-time, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
