[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["Retrieves the latest status of a long-running Earth Engine operation."],["Clients can periodically check the operation's progress using this method."],["Requires authorization with either `earthengine` or `cloud-platform` scopes."]]],["This API endpoint retrieves the status of a long-running operation via a `GET` request. The operation's resource name, specified as a path parameter, is used to identify it. The request body is empty. A successful response includes an `Operation` instance. Access requires either the `earthengine` or `cloud-platform` OAuth scope. This method enables clients to poll for the operation result. The request should be sent to the URL provided following the gRPC transcoding.\n"]]