Retrieve evaluator version
Retrieve a specific evaluator version by version number.
Path parameters
evaluator_id
Evaluator ID. To run a specific version, pass an ID with a version suffix where supported, for example evl_abc123:2.
version
Evaluator version number.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY for API key auth or Bearer <JWT> for dashboard auth.
Response
Evaluator version details.
id
Stable evaluator ID shared by all versions.
version_id
Unique ID for this evaluator version.
version
Version number. The first draft is version 0.
is_read_only
Whether this version is committed and immutable.
name
type
Allowed values:
score_value_type
version_description
Commit message for this version.
description
score_config
Score configuration. For numerical/percentage scores, use min_score and max_score. For select scores, use choices.
passing_conditions
Passing conditions in the standard Respan filter format.
llm_config
LLM grader configuration. The backend validates this against the selected evaluator form.
code_config
Code grader configuration.
configurations
Legacy user-facing configuration object. New clients should prefer llm_config, code_config, score_config, and passing_conditions.
categorical_choices
eval_class
Optional pre-built evaluator template.
Allowed values:
starred
created_at
updated_at
created_by
updated_by
Errors
401
Unauthorized Error
404
Not Found Error