Get a specific evaluation result by ID

get/evaluation/{id}

Path parameters

idstring required

Query parameters

includeAllScoresboolean

Whether to include all scored pairs with their scores and reasons in the API response (useful for detailed analysis)

Response

Successfully retrieved evaluation result

results_idstring
created_atstring
dataset_idstring
metrics_idstring
metrics_definitionsstring[]
pair_countinteger
system_promptstring
score_meansnumber[]
score_mediansnumber[]
score_minsnumber[]
score_maxesnumber[]
score_std_devsnumber[]

Changes

Changed in 5 of the 10 revisions of this API.1318

    • added the new optional query request parameter includeAllScores

      new-optional-request-parameter

    • added the optional property all_scored_pairs to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property human_critique to the response with the 200 status

      response-optional-property-added

  • d550ab79ee7e313See the full diff
    • removed the optional property id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property mean_scores from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scores from the response with the 200 status

      response-optional-property-removed

    • added the optional property created_at to the response with the 200 status

      response-optional-property-added

    • added the optional property dataset_id to the response with the 200 status

      response-optional-property-added

    • added the optional property metrics_definitions to the response with the 200 status

      response-optional-property-added

    • added the optional property min_scoring_pairs to the response with the 200 status

      response-optional-property-added

    • added the optional property pair_count to the response with the 200 status

      response-optional-property-added

    • added the optional property results_id to the response with the 200 status

      response-optional-property-added

    • added the optional property score_confidence_intervals to the response with the 200 status

      response-optional-property-added

    • added the optional property score_maxes to the response with the 200 status

      response-optional-property-added

    • added the optional property score_means to the response with the 200 status

      response-optional-property-added

    • added the optional property score_medians to the response with the 200 status

      response-optional-property-added

    • added the optional property score_mins to the response with the 200 status

      response-optional-property-added

    • added the optional property score_std_devs to the response with the 200 status

      response-optional-property-added

    • added the optional property system_prompt to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog