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_idstringRequired
versionintegerRequired

Response

namestring<=255 characters
created_atdatetimeRead-only
updated_atdatetimeRead-only
created_byobject
updated_byobject
idstring<=255 characters
version_idstring<=255 characters
versioninteger-2147483648-2147483647
is_read_onlyboolean
version_descriptionstring
descriptionstring
typeenum
  • llm - Llm
  • code - Code
  • human - Human
  • function - Function
  • human_numerical - Human Numerical
  • human_categorical - Human Categorical
  • human_boolean - Human Boolean
  • human_text - Human Text
  • custom - Custom
score_value_typeenum
  • numerical - Numerical
  • boolean - Boolean
  • percentage - Percentage
  • single_select - Single Select
  • multi_select - Multi Select
  • text - Text
  • json - Json
  • comment - Comment
  • categorical - Categorical
score_configmap from strings to any
passing_conditionsmap from strings to any or null
llm_configmap from strings to any or null
code_configmap from strings to any or null
configurationsmap from strings to any
categorical_choiceslist of maps from strings to any
eval_classenum
starredboolean