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 downloaded to the client as a zipped JSON file. The name of the downloaded file will be: OfflineQueryResult-.zip
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This webpage details how to retrieve results from an asynchronous query using a `GET` request to a specific URL endpoint."],["The URL endpoint requires a path parameter named `name`, which specifies the query result to be retrieved, and follows a predefined format."],["The request body for retrieving query results must be empty, meaning no additional data is sent in the request body."],["Successful requests will download a zipped JSON file containing the query results, named using a predefined format."],["Authorization for this request requires the `apigee.queries.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]