Get

GET
Get an evaluator within your organization.

Path parameters

idstringRequired

Response

This endpoint returns an object
namestring
The name of the evaluator.
descriptionstring
The description of the evaluator.
arguments_type"target_free" or "target_required"
Allowed values: target_freetarget_required
Whether this evaluator is target-free or target-required.
return_typeenum
Allowed values: booleannumberselectmulti_selecttext
The type of the return value of the evaluator.
typeenum
Allowed values: pythonllmhumanexternal
The type of the evaluator.
idstring

Unique ID for the evaluator. Starts with evfn_.

created_atdatetime
updated_atdatetime
codestringOptional
The code for the evaluator. This code will be executed in a sandboxed environment.
model_configobjectOptional
The model config defining the LLM evaluator.
logging_projectobjectOptional
The project where the evaluator logs are stored.

Errors