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://cloudsearch.googleapis.com/v1/{name=operations/**}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["This API endpoint retrieves the latest status of a long-running operation, allowing clients to monitor progress."],["The request is made using an HTTP GET method to the specified URL with the operation's name as a path parameter."],["An empty request body is required, and a successful response provides an `Operation` object containing the current status details."],["Authorization is necessary using one of the listed OAuth scopes, granting access to the Cloud Search API functionalities."]]],[]]