evaluators

List evaluators

List evaluators for the current workspace, with optional filtering by type, name, tag, feedback key, or resource ID.

get/v1/platform/evaluators

Query parameters

typestring

Filter by evaluator type

name_containsstring

Filter by name substring (also searches creator names)

tag_value_idstring[]

Filter by tag value IDs

feedback_keystring

Filter by feedback key

resource_idstring[]

Filter by resource IDs

sort_bystring

Field to sort by

sort_by_descboolean

Sort in descending order

limitinteger

Maximum number of results (1-100)

offsetinteger

Offset for pagination

Response

OK

totalinteger

Changes

Changed in 3 of the 48 revisions of this API.7

    • added the optional property evaluators/items/spend_usd to the response with the 200 status

      response-optional-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property evaluators/items/llm_evaluator/allOf[evaluators.LLMEvaluator]/num_few_shot_examples to the response with the 200 status

      response-optional-property-added

    • added the optional property evaluators/items/llm_evaluator/allOf[evaluators.LLMEvaluator]/use_corrections_dataset to the response with the 200 status

      response-optional-property-added

    • added the optional property evaluators/items/run_rules/items/corrections_dataset_id to the response with the 200 status

      response-optional-property-added

    • added the optional property evaluators/items/run_rules/items/num_few_shot_examples to the response with the 200 status

      response-optional-property-added

    • added the optional property evaluators/items/run_rules/items/use_corrections_dataset to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added