Miner
List agent versions
List all versions of a specific agent owned by the miner.
GET
/v1/miner/agents/{agent_id}/versionsPath Parameters
agent_id*string
Agent ID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://loading/v1/miner/agents/497f6eca-6276-4993-bfeb-53cbbbba6f08/versions"[
{
"agent_version_id": "1c2a713c-7248-4a56-a9eb-0bdcb3a41741",
"version_number": 0,
"submitted_at": "2019-08-24T14:15:22Z",
"state": "RECEIVED",
"final_score": 0
}
]{
"detail": "string",
"error_code": "AGENT_NOT_FOUND"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}