Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://beta.getplum.ai/v1/evaluation/{id} \ --header 'Authorization: <api-key>'
{ "results_id": "<string>", "created_at": "<string>", "dataset_id": "<string>", "metrics_id": "<string>", "metrics_definitions": [ "<string>" ], "pair_count": 123, "system_prompt": "<string>", "score_means": [ 123 ], "score_medians": [ 123 ], "score_mins": [ 123 ], "score_maxes": [ 123 ], "score_std_devs": [ 123 ], "score_confidence_intervals": [ { "ci_low": 123, "ci_high": 123, "ci_confidence": 123 } ], "min_scoring_pairs": [ [ { "reason": "<string>", "pair_id": "<string>", "score": 123 } ] ], "all_scored_pairs": [ [ { "reason": "<string>", "pair_id": "<string>", "score": 123 } ] ], "human_critique": [ { "id": "<string>", "pair_id": "<string>", "metric_idx": 123, "comment": "<string>", "user": "<string>", "user_email": "<string>", "time": "<string>" } ] }
Whether to include all scored pairs with their scores and reasons in the API response (useful for detailed analysis)
Successfully retrieved evaluation result
Show child attributes
All scored pairs with scores and reasons (only included when includeAllScores=true)