ncloud_dataquery_get_result
Retrieve query results by execution ID, with pagination support for fetching next pages after async or sync query execution.
Instructions
Get query execution result by execution ID. Supports pagination with offset. Use after async query execution or to fetch next page of sync query results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Offset for pagination (default: 0) | |
| pageSize | No | Number of rows per page (1-1000, default: 100) | |
| executionId | Yes | Query execution ID (returned from execute or execute_async) |