cURL
curl --request GET \ --url https://api.helicone.ai/v2/experiment/{experimentId}/evaluators \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "<string>", "created_at": "<string>", "scoring_type": "<string>", "llm_template": "<unknown>", "organization_id": "<string>", "updated_at": "<string>", "name": "<string>", "code_template": "<unknown>", "last_mile_config": "<unknown>" } ], "error": null }
Retrieve all evaluators associated with an experiment using v2 API
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?