v53

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0487280224.8 KB

get/api/kernel/status

Headers

Marimo-Session-Idstring required

Response

Report whether the kernel is currently executing. running means at least one cell is queued or running; idle means the kernel is alive but not executing; stopped means the kernel process is not running.

state'idle' | 'running' | 'stopped' required