Fetch cursor
fetch_cursorRetrieve the next batch of rows from an open server-side cursor. Stop polling when exhausted equals true, indicating fewer rows than requested.
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 | |||