cURL
curl --request GET \ --url https://api.helicone.ai/v2/experiment/{experimentId}/should-run-evaluators \ --header 'Authorization: <api-key>'
{ "data": true, "error": null }
Check if evaluators should be run for an experiment
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Was this page helpful?