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

# Accuracy Inaccurate Themes

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

## Request body

- InaccurateThemesQuery
  - `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
  - `limit` integer
  - `offset` integer
  - `sort_by` 'response_share'
  - `sort_order` 'asc' | 'desc'
  - `search_query` string, nullable

## Response `200`

Successful Response

- InaccurateThemesResponse
  - `data` InaccurateThemeRow[], required
    - `themeId` string, required
    - `neutralTheme` string, required
    - `description` string
    - `inaccurateClaimCount` integer, required
    - `inaccurateClusterCount` integer, required
    - `totalClaimCount` integer, required
    - `totalClusterCount` integer, required
    - `responseCount` integer, required
    - `totalResponseCount` integer, required
    - `responseShare` number, required
    - `responseShareDelta` number, nullable
  - `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/revisions/ab03b3c80494/schema)
