Skip to Content

POST /eval/get

Get Eval

Get eval information using the canonical shared eval operation.

Request Body (GetEvalApiRequest)

FieldTypeRequiredDescription
idstringNoEval UUID to retrieve
eval_idstringNoLegacy eval UUID to retrieve
draft_idstringNoDraft UUID to load from
snapshot_keystringNoCache snapshot key for consistent reads across related requests
namesapp__infra__eval__types__SectionFilterNoFilter options for names section
descriptionsapp__infra__eval__types__SectionFilterNoFilter options for descriptions section
flagsapp__infra__eval__types__SectionFilterNoFilter options for flags section
departmentsapp__infra__eval__types__SectionFilterNoFilter options for departments section
modelsapp__infra__eval__types__SectionFilterNoFilter options for models section
model_flagsapp__infra__eval__types__SectionFilterNoFilter options for model flags section
model_rubricsapp__infra__eval__types__SectionFilterNoFilter options for model rubrics section
model_positionsapp__infra__eval__types__SectionFilterNoFilter options for model positions section

Response (GetEvalApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the current user
eval_existsbooleanNoWhether the eval exists
can_editbooleanNoWhether the current user can edit
disabled_reasonstringNoReason editing is disabled
group_idstringNoAssociated group UUID
draft_namestringNoImmutable draft label from the active draft entry, when a draft_id was supplied. None for non-draft fetches.
basic_show_ai_generatebooleanNoWhether to show AI generate for the basic step
model_show_ai_generatebooleanNoWhether to show AI generate for the model step
show_ai_generatebooleanNoWhether any AI generate action should be shown
pending_idsstring[]NoPending resource identifiers when available
namesEvalNameResource[]NoName resources
descriptionsEvalDescriptionResource[]NoDescription resources
flagsEvalFlagResource[]NoFlag resources (one per flags_resource row, value=true/false)
departmentsEvalDepartmentResource[]NoDepartment resources
modelsEvalModelResource[]NoModel resources
model_flagsEvalModelFlagResource[]NoModel flag resources (linked junction rows)
model_flag_optionsEvalModelFlagOptionResource[]NoCross-product (model x flag-type x value) options for the ModelFlags picker.
model_rubricsEvalModelRubricResource[]NoModel rubric resources
model_positionsEvalModelPositionResource[]NoModel position resources
rubricsEvalRubricResource[]NoTop-level rubric catalog for the ModelRubrics picker
Last updated on