Skip to main content
GET
Get bake-off state

Authorizations

Authorization
string
header
required

Your workspace API key, e.g. sk_sovereign_..., sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

Bake-off state.

status
enum<string>

Three-state law: offer (none), in-flight (queued/running), result (done) or an honest failure (failed).

Available options:
none,
queued,
running,
done,
failed
error
string | null

Failure reason when status is failed.

holdout_present
boolean

False = the job's dataset build kept no held-out split, so there is nothing honest to compare on.

available
boolean

Whether the platform can run a comparison at all (compute configured).

estimated_max_usd
number | null

The consent ceiling shown before spend; null when no GPU rate is configured.

verdict
object | null

When done: {verdict: improved|regressed|inconclusive, nll_base, nll_tuned, win_count, total, ppl_base, ppl_tuned, judged?: {criterion_id, criterion_name, base_pass_rate, tuned_pass_rate, scored}}. The label is sign-test-backed: a win/loss claim needs p < 0.05, everything else reads inconclusive, never a small win.

spent_usd
number

Ledger-true spend under the bake-off's billing prefix (box minutes + judge calls).