GetValue
Retrieve values from an Observable runtime by name to inspect their current state and content. Returns resolved, pending, or rejected status and converts Canvas/SVG outputs to images for debugging.
Instructions
Get a value from the Observable runtime by name. Returns the value along with its state (fulfilled, pending, or rejected). Automatically returns image content for Canvas and SVG elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the value to retrieve | |
| notebook | No | Target notebook (URL, path like "index" or "voronoi", or index like "0"). Optional if you've used FocusNotebook or only one notebook is connected. | |
| timeout_ms | No | Maximum time to wait for the value to resolve |