checking the box…
Reading the desk.
One EC2 box, signed into somebody's ChatGPT plan, running one Codex turn at a time. This page polls the host and reports what it actually says — nothing here is inferred from a green checkmark.
never checked
The box
/health/codex · chatgpt_quota · /v1/account/rate-limits
One turn at a time. The worker is serialized (concurrency: 1), so a second turn does not run slower — it does not run at all until the one above it finishes. Queue position on this page is real FIFO order, not an estimate.
The queue
/v1/queue
running · — waiting · — scope · —
Nothing on the rail.
The worker is idle. When a thread on this desk asks for a turn it lands here with a position, an elapsed clock and the model it was given.
Sign in to see the rows
Queue depth above is global and public. The individual rows come from /v1/queue, which is scoped to a session — same cookie as the Desk. Use your household account; this is separate from the host's ChatGPT login.
Last errors
/v1/jobs
No failed turns in the window.
The last 50 jobs on this session all finished or are still going. Failures keep their message here, verbatim from the host.
What this page asked
every endpoint, every poll
A 404 here is not a fault — it means the route has not landed on this build yet, and the page falls back to whatever does answer.