Evaluations
Fetch 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/evaluations/{evaluation_id}/evaluation_scenarios
Path parameters
evaluation_idstring required
Response
Successful Response