Get experiment score histogram with filters
Compute histogram aggregation for experiment evaluation scores. The backend reads evaluator_id and bins from query parameters; it does not consume a request body.
Path parameters
Experiment ID returned as id in experiment responses.
Query parameters
Evaluator ID, optionally including a grader suffix such as eval_123:grader_name.
Number of histogram bins for numerical scores. Maximum 50.
Headers
Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, provider credentials such as Perplexity, OpenAI, or Azure OpenAI go in Settings -> Providers or respan_params.credential_override in the request body, not in this authentication field.
Response
Experiment score histogram.
Changes
No recorded changes to this endpoint across all 1 revision of this API.