List evaluator versions
List all versions of an evaluator with cursor-based pagination.
<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
Maximum items to return. Defaults to 50 if omitted; maximum is 100.
Opaque pagination cursor returned from a previous response (pagination.next_cursor). Treat it as an unreadable token; do not attempt to parse or construct it.
Response
Returns a list of evaluator version objects
Changes
Changed in 2 of the 16 revisions of this API.12
- ○
added the optional property
evaluator_versions/items/oneOf[EvaluatorVersionTemplate]/allOf[subschema #2]/template_config/llm_config/invocation_parameters/service_tierto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed the required property
evaluator_versions/items/oneOf[EvaluatorVersionTemplate]/allOf[subschema #2]/template_config/use_function_calling_if_availablefrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
evaluator_versions/items/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.