Get experiment score histogram
Return histogram bins and summary statistics for a numerical or boolean evaluator score in an experiment.
Path parameters
experiment_id
Experiment ID returned as id in experiment responses.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY for API key auth or Bearer <JWT> for dashboard auth.
Query parameters
evaluator_id
Evaluator ID, optionally including a grader suffix such as eval_123:grader_name.
bins
Number of histogram bins for numerical scores. Maximum 50.
Response
Experiment score histogram.
evaluator_id
bins
stats
evaluator_slug
evaluator_name
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error