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-05-04 UTC."],[[["This page details how to retrieve results from an asynchronous query using a `GET` request to a specific URL endpoint."],["The URL path requires a parameter named `name`, which is a string representing the unique identifier of the query result."],["The request body must be empty for this `GET` request to be processed."],["Authorization to perform this action is managed via `apigee.hostqueries.get` IAM permissions as well as OAuth `cloud-platform` scope."],["Upon success, the result is returned as a zipped JSON file with the name format `OfflineQueryResult-{unique ID}.zip`."]]],[]]