GET
/
v2
/
experiment
/
{experimentId}
/
should-run-evaluators
curl --request GET \
  --url https://api.helicone.ai/v2/experiment/{experimentId}/should-run-evaluators \
  --header 'authorization: <api-key>'
{
  "data": true
}

Authorizations

authorization
string
header
required

Path Parameters

experimentId
string
required

Response

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