EVALS

List Results

List eval results with server-side pagination.

get/evals/results

Query parameters

test_case_idstring nullable
pageinteger
page_sizeinteger

Response

Successful Response

totalinteger required
pageinteger required
page_sizeinteger required
total_pagesinteger required
has_nextboolean required
has_prevboolean required

Changes

Changed in 1 of the 28 revisions of this API.25

    • the response property results/items/overall_score became optional for the status 200

      response-property-became-optional

    • response property results/items/overall_score list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • added the optional property results/items/judge_errors to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/judge_model to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/run_tenant to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/status to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/test_case_id to the response with the 200 status

      response-optional-property-added