validator

Claim evaluation work

FIFO claim of next available evaluation work item.

post/v1/validator/work/claim

Request body

service_versionsobject nullable

Docker image digests for validator stack services

cpu_pctnumber nullable

Validator host CPU utilisation percentage (0-100)

ram_pctnumber nullable

Validator host RAM utilisation percentage (0-100)

disk_pctnumber nullable

Validator host disk utilisation percentage on the sandbox volume (0-100)

docker_container_countinteger nullable

Validator host running Docker container count

Response

Successful Response

eval_run_idstring uuid required

Evaluation run ID assigned to this claim

agent_version_idstring uuid required

Agent version to evaluate

suite_idinteger required

Problem suite ID for this evaluation

lease_expires_atstring date-time required

When the lease expires if not renewed

code_download_urlstring required

Presigned URL to download agent code

execution_contract_idstring uuid nullable

ExecutionContract this work item is frozen to (ORO-1928). Stamped at work-item creation, immutable after — contract rotations/retirements after creation do NOT change what pack this claim is bound to. Null for legacy pre-1928 work items that fall back to the static-suite path.

env_pack_sha256string nullable

Content-hash of the sealed environment pack this work item is bound to (ORO-1928). Derived from the frozen execution_contract_id — validators load and run against this sha regardless of any contract activity after the work item was created. Null for legacy work items with no binding.

Changes

No recorded changes to this endpoint across all 1 revision of this API.