Skip to main content

Fetch Evaluation Scenarios

GET 

/evaluations/evaluation_scenarios/comparison-results

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

Query Parameters

    evaluations_ids Evaluations Idsrequired

Responses

Successful Response

Schema

    any

Loading...