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
curl --request GET \
--url https://api.helicone.ai/v1/evaluator/{evaluatorId}/onlineEvaluators \
--header 'authorization: <api-key>'
{
"data": [
{
"config": "<any>",
"id": "<string>"
}
]
}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?