curl --request POST \
--url https://api.helicone.ai/v1/evaluator/query \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{}'
{
"data": [
{
"id": "<string>",
"created_at": "<string>",
"scoring_type": "<string>",
"llm_template": "<any>",
"organization_id": "<string>",
"updated_at": "<string>",
"name": "<string>",
"code_template": "<any>",
"last_mile_config": "<any>"
}
]
}
Search and filter through evaluator configurations
curl --request POST \
--url https://api.helicone.ai/v1/evaluator/query \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{}'
{
"data": [
{
"id": "<string>",
"created_at": "<string>",
"scoring_type": "<string>",
"llm_template": "<any>",
"organization_id": "<string>",
"updated_at": "<string>",
"name": "<string>",
"code_template": "<any>",
"last_mile_config": "<any>"
}
]
}
For users in the European Union: Please use eu.api.helicone.ai
instead of
api.helicone.ai
.
Ok
The response is of type object
.
The response is of type object
.
The response is of type object
.
Was this page helpful?