Public
Get agent version details
Get released public details for an agent version.
GET
/v1/public/agent-versions/{agent_version_id}Path 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"{
"agent_version_id": "1c2a713c-7248-4a56-a9eb-0bdcb3a41741",
"agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
"agent_name": "string",
"miner_hotkey": "string",
"version_number": 0,
"suite_id": 0,
"submitted_at": "2019-08-24T14:15:22Z",
"latest_final_score": 0
}{
"detail": "string",
"error_code": "AGENT_VERSION_NOT_FOUND"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}