POST
/
v1
/
experiment
/
hypothesis
/
{hypothesisId}
/
scores
/
query
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/hypothesis/{hypothesisId}/scores/query \
  --header 'authorization: <api-key>'
{
  "data": {
    "scores": {},
    "runsCount": 123
  }
}

Authorizations

authorization
string
header
required

Path Parameters

hypothesisId
string
required

Response

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