Evaluators

List evaluator versions

List all versions of an evaluator with cursor-based pagination.

<Note>This endpoint is in beta, read more here.</Note>

get/v2/evaluators/{evaluator_id}/versions

Path parameters

evaluator_idstring required

A universally unique identifier (base64-encoded opaque string).

Example:RW50aXR5OjEyMzQ1

The unique evaluator identifier (base64)

Query parameters

limitinteger

Maximum items to return. Defaults to 50 if omitted; maximum is 100.

cursorstring

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_tier to the response with the 200 status

      response-optional-property-added

  • c26a00e9b31811See the full diff
    • removed the required property evaluator_versions/items/oneOf[EvaluatorVersionTemplate]/allOf[subschema #2]/template_config/use_function_calling_if_available from the response with the 200 status

      response-required-property-removed

    • added the optional property evaluator_versions/items/oneOf[EvaluatorVersionTemplate]/allOf[subschema #2]/template_config/use_function_calling to the response with the 200 status

      response-optional-property-added

Of the 16 revisions, 1 has no diff computed.