Public
Get agent version problem progress
Get per-problem progress matrix across validators.
GET
/v1/public/agent-versions/{agent_version_id}/problemsPath Parameters
agent_version_id*string
Agent version ID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://loading/v1/public/agent-versions/497f6eca-6276-4993-bfeb-53cbbbba6f08/problems"{
"agent_version_id": "1c2a713c-7248-4a56-a9eb-0bdcb3a41741",
"suite_id": 0,
"problems": [
{
"problem_id": "9edf0a7c-64c3-4960-a497-d801a548ec4c",
"category": "string",
"validator_results": [
{
"validator_hotkey": "string",
"status": "PENDING",
"score": 0,
"score_components": {},
"updated_at": "2019-08-24T14:15:22Z",
"inference_failure_count": 0,
"inference_total": 0
}
]
}
]
}{
"detail": "string",
"error_code": "AGENT_VERSION_NOT_FOUND"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}