cURL
curl --request GET \ --url https://api.helicone.ai/v2/experiment/{experimentId}/{requestId}/{scoreKey} \ --header 'Authorization: <api-key>'
{ "data": { "valueType": "<string>", "value": 123, "max": 123, "min": 123 }, "error": null }
Retrieve a specific score for an experiment request
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?