---
title: "Accuracy Cluster Verification Pairs"
method: POST
path: "/v1/reports/accuracy/cluster-verification-pairs"
tags: ["Reports"]
---

# Accuracy Cluster Verification Pairs

`POST /v1/reports/accuracy/cluster-verification-pairs`

## Request body

- ClusterVerificationPairsQuery
  - `category_id` string, uuid, required
  - `cluster_id` string, uuid, required

## Response `200`

Successful Response

- ClusterVerificationPairsResponse
  - `data` ClusterVerificationPair[], required
    - `pairId` string, required
    - `snippetIdx` integer, required
    - `kbPath` string, required
    - `quote` string, required
    - `reasoning` string, required
    - `sourceUpdatedAt` string, nullable
  - `clusterReasoning` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-23** `37372fb72794` — 1 info
  - added the optional property `clusterReasoning` to the response with the `200` status
- **2026-06-18** `89fa53563a94` — 1 info
  - added the optional property `data/items/sourceUpdatedAt` to the response with the `200` status
- **2026-06-17** `56d428ca479f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cooper-square-technologies/apis/external-api/changes/v1/reports/accuracy/cluster-verification-pairs/post.md)

---

[API](https://skmtc.dev/cooper-square-technologies/apis/external-api.md) · [All operations](https://skmtc.dev/cooper-square-technologies/apis/external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cooper-square-technologies/external-api/revisions/ab03b3c80494/schema)
