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"
}
]
}Get agent version status
Get detailed status of a specific agent version owned by the miner.
List miner's agents
List all agents owned by the authenticated miner, with cooldown status. Includes the latest version per agent with its state and score so the frontend doesn't need to make N additional requests.