Retrieve an evaluation criteria’s configuration by ID. Use to inspect criteria settings or get the latest version ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
EvaluationCriteriaInfo(id: uuid.UUID, name: str, type: str, target_type: shared.common.TargetType, target_id: uuid.UUID, latest_version_id: Optional[uuid.UUID], is_enabled: bool, llm_eval_enabled: bool)