Get Evaluation Scenario Score Router
GEThttps://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
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
property name* string
{}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
detail
object[]
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://cloud.agenta.ai/api/human-evaluations/evaluation_scenario/:evaluation_scenario_id/score' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear