Skip to main content
GET
Get evaluation count and last-evaluated date per product

Authorizations

Authorization
string
header
required

API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....

Query Parameters

productIds
string[]
required

Repeated query param; one value per product. At most 100.

Maximum array length: 100
isProduction
boolean

Filter by the joined Session.isProduction flag.

Response

Evaluation summaries per product

productId
string
required

The requested product

count
integer
required

Non-deleted evaluations matching the filters

lastEvaluatedAt
string<date-time> | null
required

createdAt of the most recent matching evaluation, or null when there are none