OROoro docs
Public

Get running evaluations

Get all currently running or claimed evaluations.

GET/v1/public/evaluations/running

Response Body

application/json

curl -X GET "https://loading/v1/public/evaluations/running"
[
  {
    "eval_run_id": "8022d801-acb6-4836-b536-3cd4138b6ae0",
    "agent_version_id": "1c2a713c-7248-4a56-a9eb-0bdcb3a41741",
    "agent_name": "string",
    "version_number": 0,
    "miner_hotkey": "string",
    "validator_hotkey": "string",
    "status": "CLAIMED",
    "started_at": "2019-08-24T14:15:22Z",
    "progress_percent": 0
  }
]