Type Alias EvaluationCriteriaListResponse

EvaluationCriteriaListResponse: {
    data: EvaluationCriteriaResponse[];
    pagination?: PaginationResponse;
}

A page of evaluation criteria.

Not a generated type: the endpoint returns a bare array by default, and only emits the canonical {data, pagination} envelope once the caller opts in with apiVersion: "2026-07-27" or later. pagination is therefore absent unless opted in.

Type declaration