GetValues
Fetch runtime values from Observable notebooks for debugging. Specify names to get targeted values, or omit to retrieve all in one snapshot.
Instructions
Get multiple values from the Observable runtime at once. If no names provided, returns all values. Useful for getting a snapshot of the runtime state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | No | Names of values to retrieve (omit for all values) | |
| 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 per value |