---
title: "Accuracy Inaccurate Clusters"
method: POST
path: "/v1/reports/accuracy/inaccurate-clusters"
tags: ["Reports"]
---

# Accuracy Inaccurate Clusters

`POST /v1/reports/accuracy/inaccurate-clusters`

## Request body

- InaccurateClustersQuery
  - `start_date` string, required
  - `end_date` string, required
  - `comparison_start_date` string, nullable
  - `comparison_end_date` string, nullable
  - `category_id` string, uuid, required
  - `topic_ids` string[], nullable
  - `exclude_topic_ids` boolean
  - `tag_ids` string[], nullable
  - `tag_filter_type` 'all' | 'any'
  - `include_no_tag` boolean
  - `region_ids` string[], nullable
  - `platform_ids` string[], nullable
  - `persona_ids` string[], nullable
  - `include_no_persona` boolean
  - `prompt_ids` string[], nullable
  - `citation_categories` string[], nullable
  - `theme_id` string, uuid, required
  - `limit` integer
  - `offset` integer
  - `search_query` string, nullable

## Response `200`

Successful Response

- InaccurateClustersResponse
  - `data` InaccurateClusterRow[], required
    - `clusterId` string, required
    - `canonicalClaim` string, required
    - `description` string
    - `kbPath` string, required
    - `kbSnippet` string, required
    - `reasoning` string, required
    - `claimCount` integer, required
    - `responseCount` integer, required
    - `totalResponseCount` integer, required
    - `responseShare` number, required
    - `responseShareDelta` number, nullable
    - `citationHostnames` string[], required
  - `totalCount` integer, required

## Other responses

- `422` — Validation Error

---

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