GET
/
v2
/
experiment
/
{experimentId}
/
{requestId}
/
{scoreKey}
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
  }
}

Authorizations

authorization
string
header
required

Path Parameters

experimentId
string
required
requestId
string
required
scoreKey
string
required

Response

200 - application/json
Ok
data
object
required
error
enum<number> | null
required