Get Evaluation Scenario Score Router
GET/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
- 200
 - 422
 
Successful Response
- application/json
 
- Schema
 - Example (from schema)
 
Schema
property name* string
{}
Validation Error
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
Array [
- MOD1
 - MOD2
 ]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
  "detail": [
    {
      "loc": [
        "string",
        0
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Loading...