Evaluators Versions Retrieve
Get or edit a specific version by version number.
GET /api/evaluators/{evaluator_id}/versions/{version}/ - Get specific version
PATCH /api/evaluators/{evaluator_id}/versions/{version}/ - Edit (only if is_read_only=False)
NOTE: DELETE is not allowed for specific versions. Delete the entire evaluator instead.
Versions are immutable history - you can only add new versions, not remove old ones.
Access control via NestedResourceMixin: org identity derived from parent evaluator.
Superadmin: Can READ any version across all organizations via JWT.
Regular users: Can only access versions in their organization.
Authentication
AuthorizationBearer
JWT access token or Respan API key
Path parameters
evaluator_id
version
Response
name
created_at
updated_at
created_by
updated_by
id
version_id
version
is_read_only
version_description
description
type
llm- Llmcode- Codehuman- Humanfunction- Functionhuman_numerical- Human Numericalhuman_categorical- Human Categoricalhuman_boolean- Human Booleanhuman_text- Human Textcustom- Custom
score_value_type
numerical- Numericalboolean- Booleanpercentage- Percentagesingle_select- Single Selectmulti_select- Multi Selecttext- Textjson- Jsoncomment- Commentcategorical- Categorical
score_config
passing_conditions
llm_config
code_config
configurations
categorical_choices
eval_class
starred