ncloud_dataquery_get_result
Retrieve query execution results by execution ID with pagination support. Fetch rows from async or sync queries using offset and page size parameters.
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) |