Skip to main content
POST
/
get-evaluator
Get Evaluator
curl --request POST \
  --url https://api.heify.com/get-evaluator \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "evaluator_id": "cd9e6ef7-fd3c-4cf1-9dd5-a5d5dbc8e887"
}
'
{
  "data": {
    "evaluator_id": "cd9e6ef7-fd3c-4cf1-9dd5-a5d5dbc8e887",
    "tag": "nombree",
    "description": "descripcion",
    "language": "ar",
    "context": "Estas evaluando a un agente de atencion al cliente en una llamada entrante. El agente representa a la empresa y debe resolver la consulta del cliente siguiendo los protocolos internos.",
    "criteria": [
      {
        "id": "141aceae-9fe2-4e55-80c7-707b0aeb9bff",
        "name": "Saludo Corporativo",
        "description": "El agente debe presentarse con su nombre completo, indicar el nombre de la empresa y dar la bienvenida al cliente.",
        "type": "boolean",
        "weight": 50
      },
      {
        "id": "a2b542de-a06a-44ea-9975-20cab95ccaa8",
        "name": "Verificacion de Identidad",
        "description": "El agente debe verificar la identidad del cliente solicitando al menos dos datos personales antes de proporcionar informacion sensible.",
        "type": "strict",
        "weight": 0
      },
      {
        "id": "228dc9a9-30a4-447a-9b0e-7ef01904fc2c",
        "name": "Empatia",
        "description": "El agente muestra comprension ante la situacion del cliente utilizando frases de reconocimiento.",
        "type": "scale",
        "weight": 50
      }
    ],
    "created_at": "2026-03-21T15:50:25.898670+00:00"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.heify.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns 404 if the evaluator is not found.
For the full Evaluator data model and criteria types, see Evaluator.

Authorizations

x-api-key
string
header
required

Body

application/json
evaluator_id
string<uuid>
required

The unique identifier of the evaluator to retrieve.

Response

200 - application/json

Evaluator retrieved successfully.

data
object

Full evaluator object as returned by the API.