Get security report status If the query is still in progress, the state is set to "running" After the query has completed successfully, state is set to "completed"
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/securityReports/*}
[[["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 endpoint retrieves the status of a security report using a GET request."],["The request URL follows gRPC Transcoding syntax and includes a required path parameter, `name`, specifying the report's identifier."],["The request body must be empty, and if successful, the response will contain a `SecurityReport` instance."],["To authorize the request, it requires the `apigee.securityreports.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]