cURL
curl --request GET \ --url https://api.helicone.ai/v1/evaluator/{evaluatorId}/onlineEvaluators \ --header 'Authorization: <api-key>'
{ "data": [ { "config": "<unknown>", "id": "<string>" } ], "error": null }
Retrieve all online evaluators for a specific evaluator
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?