curl --request GET \
--url https://api.helicone.ai/v2/experiment/{experimentId}/{promptVersionId}/scores \
--header 'authorization: <api-key>'
{
"data": {}
}
Retrieve scoring metrics for a specific prompt version in an experiment
curl --request GET \
--url https://api.helicone.ai/v2/experiment/{experimentId}/{promptVersionId}/scores \
--header 'authorization: <api-key>'
{
"data": {}
}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?