Get a single custom-rubric evaluation
GET/api/v1/datasets/{dataset_id}/custom-evals/{custom_eval_id}
Get a single custom-rubric evaluation
curl https://api.prod.adaptionlabs.ai/api/v1/datasets/$DATASET_ID/custom-evals/$CUSTOM_EVAL_ID \
-H "Authorization: Bearer $ADAPTION_API_KEY"{
"custom_eval_id": "custom_eval_id",
"dataset_id": "dataset_id",
"status": "running",
"judge_prompt": "judge_prompt",
"name": "name",
"score_before": 0,
"score_after": 0,
"improvement_percent": 0,
"scored_rows": 0,
"error_message": "error_message",
"created_at": "2019-12-27T18:11:19.117Z",
"completed_at": "2019-12-27T18:11:19.117Z"
}Returns Examples
{
"custom_eval_id": "custom_eval_id",
"dataset_id": "dataset_id",
"status": "running",
"judge_prompt": "judge_prompt",
"name": "name",
"score_before": 0,
"score_after": 0,
"improvement_percent": 0,
"scored_rows": 0,
"error_message": "error_message",
"created_at": "2019-12-27T18:11:19.117Z",
"completed_at": "2019-12-27T18:11:19.117Z"
}