Get Cell Outputs
get_cell_outputsFetch execution outputs for live marimo notebook cells, including visual displays and console streams, and flag missing cell IDs.
Instructions
Get cell execution outputs including visual display and console streams.
A requested id that resolves to nothing (deleted or mistyped) is reported
in missing_cell_ids rather than silently omitted — a cell with no
output and a cell that does not exist must not look alike.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_ids | No | Cell IDs from get_cell_map. Empty = all cells. Accepts a single ID, a native array, or a JSON-encoded array — a harness may deliver either of the latter two as a string. | |
| server_url | No | Optional server URL override. | |
| session_id | No | Session ID from list_active_notebooks. Optional if an active session is bound. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||