Reputation & Studies

List custom AI studies

The custom AI studies defined on the account. Studies belong to the ACCOUNT, not to a project, so project_id is an optional filter and account-level studies are returned whichever project you filter by. A team member whose project access is restricted sees only the studies of the projects they can reach.

get/studies

Query parameters

project_idinteger
status'active' | 'archived'
pageinteger
per_pageinteger
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 study summaries

Changes