Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
HTTP request
GET https://iam.googleapis.com/v3/{name=organizations/*/locations/*/operations/*}
[[["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-01-16 UTC."],[[["This page details how to retrieve the latest status of a long-running operation using the specified API."],["The HTTP request uses the `GET` method with a defined URL structure including path parameters for operation identification."],["The request body must be empty, adhering to the specifications."],["A successful request returns a response body containing an `Operation` instance, as per the defined API."],["Authorization requires one of the provided OAuth scopes for proper authentication and access."]]],[]]