Skip to content

GET /api/result/{id}

{
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "completed",
"verdict": "AC",
"exit_code": 0,
"stdout": "hello world\n",
"stderr": "",
"cpu_time": 0.015,
"wall_time": 0.052,
"memory_peak": 8400000
}
pending → running → completed
→ error
StatusMeaning
pendingQueued, waiting for a worker
runningExecuting in a sandbox
completedFinished (check verdict for the outcome)
errorInternal failure (sandbox setup, timeout, etc.)
CodeNameWhat happened
ACAcceptedClean exit, code 0
RERuntime ErrorNon-zero exit or crash
TLETime LimitCPU or wall time exceeded
MLEMemory LimitOOM killed by cgroup
SIGSignaledKilled by signal (not attributed to judge)
IEInternal ErrorSandbox infrastructure failed
SVSecurity ViolationSandbox escape attempt detected
HTTP 404
{ "error": "submission not found" }