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
}
}
Retrieve a specific score for an experiment request
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
}
}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?