After the query is completed, use this API to retrieve the results as file. 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-06-12 UTC."],[[["This document outlines the process for retrieving security report results using an HTTP GET request."],["The request requires a specific URL structure using gRPC Transcoding, including organization, environment, and report ID."],["Authorization for this request mandates the `apigee.securityreports.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The request body must be empty, and if successful, a zipped JSON file named `OfflineQueryResult-{unique-id}.zip` will be downloaded, containing the security report results."],["The response body follows a generic HTTP format, and the request is sent to `https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/securityReports/*/result}`."]]],[]]