Get a download URL for the full query results
GET/queries/:queryid/results/download
Returns a time-limited presigned URL for the complete result file of a query, without the 51-row cap applied by GET /queries/{queryid}/results. The query must have reached SUCCEEDED and the caller must be the user who submitted it.
Not supported for statements that produce no result set: CREATE, MERGE INTO and VACUUM queries are rejected with GE-1034.
Note that an unknown query id is reported as HTTP 400 with IPV-1002, not 404.
Request
Responses
- 200
- 400
- 500
Presigned download URL for the complete result file. The URL is time-limited and should be used promptly.
Response Headers
Input validation or authorization failure. Body is {"Message": " -
Response Headers
Something went wrong at backend