---
title: "Get reputation report scores"
method: GET
path: "/reputation/reports/{id}"
tags: ["Reputation & Studies"]
---

# Get reputation report scores

`GET /reputation/reports/{id}`

One reputation report's scores as flat rows: one row per analyst model, brand, dimension and attribute, with score and reasoning. Compare models rather than averaging them blindly.

## Path parameters

- `id` string, required

## Query parameters

- `project_id` integer, required
- `page` integer
- `per_page` integer
- `model` 'chatgpt' | 'perplexity' | 'gemini' | 'deepseek' | 'grok' | 'claude'
- `brand` string
- `dimension` string
- `output` 'flat' | 'csv'

## Response `200`

Paginated score rows plus the report summary

## Other responses

- `404` — Resource not found
- `422` — Invalid parameters

## Changes

- **2026-08-13** `f6e9e41992e1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/llmpulse/apis/llm-pulse-api/changes/reputation/reports/:id/get.md)

---

[API](https://skmtc.dev/llmpulse/apis/llm-pulse-api.md) · [All operations](https://skmtc.dev/llmpulse/apis/llm-pulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llmpulse/llm-pulse-api/revisions/b1f6040a24b9/schema)
