Reputation & Studies

Get reputation report scores

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.

get/reputation/reports/{id}

Path parameters

idstring required

Query parameters

project_idinteger required

Project ID

pageinteger
per_pageinteger
model'chatgpt' | 'perplexity' | 'gemini' | 'deepseek' | 'grok' | 'claude'
brandstring
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