benchmarks

Get Benchmark Readiness

Return whether a benchmark is ready to launch. A benchmark is ready when it is fully ingested, all required organization secrets are available, and all task environments are built. When it is not ready, the response identifies the remaining blockers.

get/api/v1/benchmarks/{bench_id}/readiness

Path parameters

bench_idstring required

Response

Successful Response

readyboolean required

Whether the benchmark is fully ingested and ready to launch.

missing_secret_namesstring[] required

Required organization secrets that are not available.

unready_task_image_countsobject required

Task environments that are not ready, grouped by preparation status. Empty when all task environments are built.

Changes

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