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://discoveryengine.googleapis.com/v1/{name=projects/*/locations/*/collections/*/dataStores/*/models/*/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-09 UTC."],[[["This webpage details how to retrieve the latest state of a long-running operation using the Google Discovery Engine API."],["The HTTP request to get the state of an operation is a GET request to a specific URL that is provided, using gRPC Transcoding syntax."],["The required URL path parameter is `name`, a string that represents the resource name of the operation you would like to retrieve."],["The request body must be empty, and the successful response body will contain an instance of the Operation type."],["Access to this API requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.operations.get` on the named resource."]]],[]]