Skip to main content
GET
Retrieve evaluator
Retrieves detailed information about a specific evaluator, including full configuration.

Authentication

All endpoints require API key authentication:

Path Parameters

Examples

Response

Status: 200 OK

LLM Evaluator Response (New Format)

LLM Evaluator Response (Legacy Format)

Human Evaluator with LLM Assistance (New Format)

This example shows how a human evaluator can have LLM automation configured, demonstrating the decoupling of annotation method from evaluator type.

Human Single-Select Evaluator Response (Legacy Format)

Code Evaluator Response (New Format)

Response Fields

New Format: Evaluators now include score_config, passing_conditions, llm_config, and code_config fields. These allow any evaluator type to have both LLM and code automation configured, decoupling annotation method from evaluator type.

Configuration Fields by Type (Legacy)

LLM Evaluators (type: "llm")

Code Evaluators (type: "code")

Human Evaluators (type: "human")

  • No specific configuration fields
  • Use categorical_choices field when score_value_type is "categorical"

Error Responses

404 Not Found

401 Unauthorized

403 Forbidden