Runs
List runs
List analysis runs for a brand with aggregate metrics.
GET
List runs
An analysis run is a complete processing pass for a brand: collecting LLM responses, scoring presence and sentiment, and computing summary metrics.
Use this endpoint to build a run history picker, or to check the latest aggregate stats before diving into per-prompt results.
Path parameters
The brand UUID. Obtain it from List brands.
Query parameters
Items per page. Maximum 500.
Page number (1-based).
Request
Response
Array of run objects.
See Pagination.
If a completed run has not had its metrics calculated yet, the API triggers an automatic refresh and returns updated metrics. You always receive accurate numbers.
List runs

