Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
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://{endpoint}/v3beta1/{name=projects/*/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-15 UTC."],[[["This endpoint retrieves the current status of a long-running operation, allowing clients to periodically check its progress."],["The HTTP request is a `GET` method to a specific URL, which includes the operation's name in the path."],["The request requires a `name` path parameter, which is a string that represents the operation resource."],["The request body for this endpoint must be empty, meaning no data is sent in the request body."],["Successful requests return an `Operation` instance within the response body, and it requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` authorization scopes."]]],[]]