Fetch cursor
fetch_cursorRetrieve the next batch of rows from an open server-side cursor; stop polling when exhausted=true. Set batch_size up to 10,000 to control each fetch.
Instructions
Fetch the next batch from an open server-side cursor. exhausted=true means the FETCH returned fewer rows than requested — stop polling. batch_size defaults to 100; hard cap is 10000 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor_id | Yes | ||
| batch_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||