curl --request POST \
--url https://api.helicone.ai/v1/experiment/hypothesis/{hypothesisId}/scores/query \
--header 'authorization: <api-key>'
{
"data": {
"scores": {},
"runsCount": 123
}
}
Search and filter scores for a specific experiment hypothesis
curl --request POST \
--url https://api.helicone.ai/v1/experiment/hypothesis/{hypothesisId}/scores/query \
--header 'authorization: <api-key>'
{
"data": {
"scores": {},
"runsCount": 123
}
}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?