Skip to main content

Fetch Evaluation Scenarios

GET 

/evaluations/:evaluation_id/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.

Request

Responses

Successful Response