Skip to main content
GET
Get latest results
Shortcut to the most recent run’s results without needing to first look up the runId. Identical response shape to Get run results.

Path parameters

brandId
string
required
Brand UUID. Obtain from List brands.

Query parameters

include_answer
boolean
default:"false"
Include full LLM response text in each result.
limit
integer
default:"50"
Items per page. Maximum 500.
page
integer
default:"1"
Page number (1-based).

Request

Response

Same shape as Get run results.
Returns 404 if the brand has no analysis runs yet.