curl --request GET \
--url https://api.helicone.ai/v1/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 for an experiment
curl --request GET \
--url https://api.helicone.ai/v1/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
}eu.api.helicone.ai instead of
api.helicone.ai.Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Was this page helpful?