GET
/
v1
/
evals
/
scores
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.

Authorizations

authorization
string
header
required

Response

200 - application/json

Ok

The response is of type object.