v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
runtime_mutations
execution

Replay Execution Output

Return buffered execution_output chunks for a live cell run.

Used by the frontend on reconnect/reload to recover any chunks it missed while disconnected from the notebook socket room. Authorized by the same notebook-lock check as /execute: the caller must own the lock on the handle's notebook.

after_seq lets clients page incrementally — pass the highest seq they've already rendered (live or replayed) and only newer chunks are returned. Returns 404 when the per-cell replay record has been pruned; the cell's final cell.outputs is then the source of truth.

get/execute/{execution_id}/replay

Path parameters

execution_idstring required

Query parameters

after_seqinteger

Response

Successful Response

{"stackTrail":"paths:/execute/{execution_id}/replay:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}