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

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Response

200 - application/json

Ok

The response is of type object.