fetch_result
Retrieve large result sets in bounded slices via slice, json_path, or search. Access complete server-side overflow data without missing information.
Instructions
Page through a LARGE result that execute spilled (its return carried overflow.ref). The
full result is retained server-side and parsed in an isolated sandbox; you read it in bounded
slices. ops: slice(offset,limit lines) for text · json_path(path=[key/index,…]) to pull a
JSON node · search(query) to find text. Keep paging until you have what the task needs — an
overflow is never missing data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | slice | |
| ref | Yes | ||
| path | No | ||
| limit | No | ||
| query | No | ||
| offset | No |