Get status of a query submitted at host level. 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/*/hostSecurityReports/*}
[[["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 provides details on retrieving the status of a query submitted at the host level."],["The `GET` HTTP request is made to a specific URL using gRPC Transcoding syntax, and requires a resource name."],["A `name` parameter is required, with specific formatting, and it includes the IAM permission required to authorize the request."],["The request body must be empty for this specific call."],["Upon a successful response, a `SecurityReport` instance will be returned in the response body, and it requires a specific OAuth scope."]]],[]]