curl --request GET \
--url https://api.helicone.ai/v1/evals/scores \
--header 'authorization: <api-key>'
{
"data": [
"<string>"
]
}
Retrieve scoring metrics for evaluations
curl --request GET \
--url https://api.helicone.ai/v1/evals/scores \
--header 'authorization: <api-key>'
{
"data": [
"<string>"
]
}
For users in the European Union: Please use eu.api.helicone.ai
instead of
api.helicone.ai
.
Ok
The response is of type object
.
The response is of type object
.
The response is of type object
.
Was this page helpful?