ncloud_dataquery_get_result
Retrieve query execution results by execution ID with pagination support. Fetch from async queries or get next pages of sync results.
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) |