Skip to main content
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

brandId
string
required
The brand UUID. Obtain it from List brands.

Query parameters

limit
integer
default:"10"
Items per page. Maximum 500.
page
integer
default:"1"
Page number (1-based).

Request

Response

data
Run[]
Array of run objects.
paging
Paging
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.