list_cells
List notebook cells to retrieve their IDs, types, previews, positions, modes, and last-run status. Also surfaces live refresh state, errors, and auto-refresh blocks for open notebooks.
Instructions
List the cells in a notebook. Returns id, type, short preview (≤120 chars), position, mode, and last-run status. Three fields are LIVE-ONLY — present only while the notebook is open in the console, so absence never means "not refreshing" or "not blocked": refreshing: true while a refresh is in flight (the visible rows are still the previous round's), last_refresh_error when the last round left a failure, and auto_refresh_blocked: "contains_write" on cells auto-refresh will not run. last_run_status is unrelated to these: it stays the outcome of the last completed RUN, and a refresh never changes it. No cell data values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buffer_id | Yes | Notebook buffer id (from <notebook_context> prefix). |