Severity: High — all eval runs dead org-wide, blocking pre-deploy regression testing.
Org ID: b0f738d5 · Account: egleyboise@gmail.com · First seen 2026-06-07, still reproducing 2026-06-08.
Every Eval Run is created but never executes any turns — on BOTH the dashboard and the API:
- Dashboard: run shows "Running" forever, Duration <1s, Total/Eval Turns = 0. After refresh the assistant label decays to "Unknown Assistant."
- API: POST /eval/run is accepted, then GET /eval/run/{id} stays status:"queued" forever — never → running/ended; endedReason/endedMessage stay null.
100% reproduction, multiple days, every assistant. No credits consumed. Looks like the eval execution/worker layer is down for our org (queue accepts, nothing is picked up) — not a UI or config issue.
Example stuck API run: 5b63803c-2f39-436a-a04d-660b43e06c72
Eval: 22425619-54ee-4bdd-a232-5cd451b82fe2 ([ETA-EVAL] ALL-01-a5)
Assistant: c9880898-3c0c-4ca8-8386-f86d29e92edc
Repro (dashboard): Test → Evals → pick any eval → Run → select assistant → confirm → run sits "Running" forever, 0 turns.
Questions:
1) Known org-scoped issue where eval runs never leave queued/running for org b0f738d5?
2) Why does the assistant decay to "Unknown Assistant"?
3) Both dashboard + API hit the same stuck engine — what's the path to restore a working eval layer?
4) Can you share internal run-level error logs for run 5b63803c (endedReason/endedMessage are null)?
Need a working eval path (or an incident ETA) to run our 16-case regression suite before shipping prompt changes. Happy to provide more run IDs.
(Minor: a default user-agent got Cloudflare error 1010 from api.vapi.ai; a browser UA was needed to reach the API. Flagging in case it's edge-related.)