After the query is completed, use this API to retrieve the results. If the request succeeds, and there is a non-zero result set, the result is sent to the client as a list of urls to JSON files.
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/queries/*/resulturl}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. Name of the asynchronous query result to get. Must be of the form  Authorization requires the following IAM permission on the specified resource  
 | 
Request body
The request body must be empty.
Response body
The response for queries.getResulturl
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "urls": [
    {
      object ( | 
| Fields | |
|---|---|
| urls[] | 
 The list of Signed URLs generated by the queries.create request | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
URLInfo
A Signed URL and the relevant metadata associated with it.
| JSON representation | 
|---|
| { "uri": string, "md5": string, "sizeBytes": string } | 
| Fields | |
|---|---|
| uri | 
 The signed URL of the JSON data. Will be of the form  | 
| md5 | 
 The MD5 Hash of the JSON data | 
| sizeBytes | 
 The size of the returned file in bytes |