Human-Evaluations

Fetch Human Evaluation Scenarios

Fetches evaluation scenarios for a given evaluation ID.

Arguments: evaluation_id (str): The ID of the evaluation for which to fetch scenarios.

Raises: HTTPException: If the evaluation is not found or access is denied.

Returns: List[EvaluationScenario]: A list of evaluation scenarios.

get/human-evaluations/{evaluation_id}/evaluation_scenarios

Path parameters

evaluation_idstring required

Response

Successful Response

idstring nullable
evaluation_idstring required
votestring nullable
correct_answerstring nullable
is_pinnedboolean nullable
notestring nullable

Changes