Get experiment score histogram with filters
Return the same histogram response as GET. POST is accepted for consistency with dashboard views.
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.
Request
This endpoint expects an object.
filters
Filter criteria using the standard Respan filter format.
is_exporting
Reserved for dashboard exports.
Response
Experiment score histogram.
evaluator_id
bins
stats
evaluator_slug
evaluator_name
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error