fetch
Retrieve the next page of results from an open query cursor, continuing exactly where the previous page ended. The cursor auto-closes when all rows are exhausted.
Instructions
Fetch the next page from an open cursor returned by query. No re-execution: rows continue exactly where the last page ended. The cursor auto-closes when exhausted (has_more=false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | Yes | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |