Skip to main content

Get Evaluation Scenario Score Router

GET 

https://cloud.agenta.ai/api/human-evaluations/evaluation_scenario/:evaluation_scenario_id/score

Fetch the score of a specific evaluation scenario.

Args: evaluation_scenario_id: The ID of the evaluation scenario to fetch. stoken_session: Session data, verified by verify_session.

Returns: Dictionary containing the scenario ID and its score.

Request

Path Parameters

    evaluation_scenario_id Evaluation Scenario Idrequired

Responses

Successful Response

Schema

    property name* string
curl -L 'https://cloud.agenta.ai/api/human-evaluations/evaluation_scenario/:evaluation_scenario_id/score' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://cloud.agenta.ai/api
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!