---
title: "Get query preview result"
method: GET
path: "/transforms/query_previews/{queryExecutionId}/result"
tags: ["Transforms"]
---

# Get query preview result

`GET /transforms/query_previews/{queryExecutionId}/result`

Retrieve the results of a completed async query preview. Only call this endpoint after the status endpoint returns "DONE".

## Path parameters

- `queryExecutionId` string, required

## Response `200`

- QueryPreviewResultResponseDto
  - `rows` object[], required — The result rows of the query execution.
  - `num_rows_total` number, required — The total number of rows matching the query (may be larger than the returned rows).

---

[API](https://skmtc.net/weld/apis/weld-rest-api.md) · [All operations](https://skmtc.net/weld/apis/weld-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weld/weld-rest-api/revisions/75294f591cc2/schema)
