Reputation & Studies

Get custom study report scores

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

get/studies/{id}/reports/{report_id}

Path parameters

idinteger required
report_idstring required

Query parameters

pageinteger
per_pageinteger
model'chatgpt' | 'perplexity' | 'gemini' | 'deepseek' | 'grok' | 'claude'
subjectstring
dimensionstring
output'flat' | 'csv'

Rectangular output for BI tools (Tableau, Excel, Sheets, ELT). Omit for the default nested JSON. 'flat' returns the same metadata plus 'columns' and 'rows'; 'csv' returns those rows as text/csv. Errors are always returned as JSON.

Response

Paginated score rows plus the report summary

Changes