Type Alias EvaluationResultWithCriteriaListResponse
EvaluationResultWithCriteriaListResponse: Omit< components["schemas"]["EvaluationResultWithCriteriaListResponse"], "total" | "page" | "limit",> & { limit?: number; page?: number; pagination?: PaginationResponse; total?: number;}
A page of evaluation results with criteria context.
Not a generated type: two endpoints share this shape and populate different halves of it.
GET /agents/{id}/evaluation-resultsis always paginated and fillstotal,pageandlimit.GET /agents/{id}/runs/{runId}/evaluation-resultsis version-gated: a bare array by default, and the canonical{data, pagination}envelope onceapiVersionis2026-07-27or later — in which case the metadata is onpaginationand the flat fields are absent.