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

# Get custom study report scores

`GET /studies/{id}/reports/{report_id}`

One custom-study report's scores as flat rows: one row per analyst model, subject, dimension and attribute, with score and reasoning.

## Path parameters

- `id` integer, required
- `report_id` string, required

## Query parameters

- `page` integer
- `per_page` integer
- `model` 'chatgpt' | 'perplexity' | 'gemini' | 'deepseek' | 'grok' | 'claude'
- `subject` 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/studies/:id/reports/:report_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)
