cURL
curl --request GET \ --url https://api.helicone.ai/v1/evaluator/{evaluatorId}/onlineEvaluators \ --header 'authorization: <api-key>'
{ "data": [ { "config": "<any>", "id": "<string>" } ] }
Retrieve all online evaluators for a specific evaluator
eu.api.helicone.ai
api.helicone.ai
Ok
The response is of type object.
object
Was this page helpful?