Get Evaluator
GET/api/evaluators/{evaluator_id}/
Retrieves detailed information about a specific evaluator, including full configuration.
Authentication
Requires API key authentication. Include your API key in the request headers:Path Parameters
Parameter | Type | Description |
---|---|---|
evaluator_id | string | The unique ID of the evaluator |
Examples
Response
Status: 200 OKLLM Evaluator Response
Human Categorical Evaluator Response
Code Evaluator Response
Response Fields
Field | Type | Description |
---|---|---|
id | string | Unique evaluator identifier |
name | string | Display name of the evaluator |
evaluator_slug | string | Unique slug identifier |
type | string | Evaluator type: llm , human , or code |
score_value_type | string | Score type: numerical , boolean , categorical , or comment |
eval_class | string | Pre-built template class (if used) |
description | string | Evaluator description |
configurations | object | Type-specific configuration settings |
categorical_choices | array | Available choices for categorical evaluators |
created_by | object | User who created the evaluator |
updated_by | object | User who last updated the evaluator |
created_at | string | ISO timestamp of creation |
updated_at | string | ISO timestamp of last update |
custom_required_fields | array | Additional required fields |
starred | boolean | Whether the evaluator is starred |
tags | array | Associated tags |