POST
/
v1
/
evaluator
/
query
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>"
    }
  ]
}

Authorizations

authorization
string
header
required

Body

application/json · object

The body is of type object.

Response

200 - application/json
Ok
data
object[]
required
error
enum<number> | null
required