OROoro docs
Validator

Update progress

Report per-problem progress during evaluation. Accepts updates even after run completion so late-arriving scores and log keys are not lost.

POST/v1/validator/evaluation-runs/{eval_run_id}/progress

Path Parameters

eval_run_id*string

Evaluation run ID

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://loading/v1/validator/evaluation-runs/497f6eca-6276-4993-bfeb-53cbbbba6f08/progress" \  -H "Content-Type: application/json" \  -d '{    "problems": [      {        "problem_id": "9edf0a7c-64c3-4960-a497-d801a548ec4c",        "status": "PENDING"      }    ]  }'
{
  "accepted": true
}
{
  "detail": "string",
  "error_code": "INVALID_PROBLEM_ID"
}
{
  "detail": "string",
  "error_code": "EVAL_RUN_NOT_FOUND"
}
{
  "detail": "string",
  "error_code": "NOT_RUN_OWNER"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}