Get evaluator
Returns an evaluator and a resolved version. By default, the latest version is included. Use the version_id query parameter to resolve a specific version.
<Note>This endpoint is in beta, read more here.</Note>
Path parameters
A universally unique identifier (base64-encoded opaque string).
The unique evaluator identifier (base64)
Query parameters
A universally unique identifier (base64-encoded opaque string).
Return the evaluator with this specific version (base64 identifier (base64)). If omitted, returns the latest version.
Response
Returns an evaluator with a resolved version
Changes
Changed in 2 of the 16 revisions of this API.12
- ○
added the optional property
allOf[subschema #2]/version/oneOf[EvaluatorVersionTemplate]/allOf[subschema #2]/template_config/llm_config/invocation_parameters/service_tierto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed the required property
allOf[subschema #2]/version/oneOf[EvaluatorVersionTemplate]/allOf[subschema #2]/template_config/use_function_calling_if_availablefrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
allOf[subschema #2]/version/oneOf[EvaluatorVersionTemplate]/allOf[subschema #2]/template_config/use_function_callingto the response with the200statusresponse-optional-property-added
- ▲
Of the 16 revisions, 1 has no diff computed.