OROoro docs
Public

Get evaluation run details

Get detailed information about a specific evaluation run.

GET/v1/public/evaluation-runs/{eval_run_id}

Path Parameters

eval_run_id*string

Evaluation run ID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/v1/public/evaluation-runs/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "eval_run_id": "8022d801-acb6-4836-b536-3cd4138b6ae0",
  "agent_version_id": "1c2a713c-7248-4a56-a9eb-0bdcb3a41741",
  "agent_name": "string",
  "validator_hotkey": "string",
  "status": "CLAIMED",
  "score": 0,
  "version_number": 0,
  "claimed_at": "2019-08-24T14:15:22Z",
  "completed_at": "2019-08-24T14:15:22Z",
  "failure_reason": "string"
}
{
  "detail": "string",
  "error_code": "EVAL_RUN_NOT_FOUND"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}