Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.operations.get
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://healthcare.googleapis.com/v1beta1/{name=projects/*/locations/*/datasets/*/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-28 UTC."],[[["This webpage documents the `projects.locations.datasets.operations.get` method, which retrieves the most recent status of a long-running operation."],["The method uses a GET HTTP request with a specific URL structure: `https://healthcare.googleapis.com/v1beta1/{name=projects/*/locations/*/datasets/*/operations/*}`."],["The only path parameter needed for the request is `name`, which is a string representing the name of the operation resource."],["The request body must be empty, and a successful response will include an instance of `Operation`."],["Accessing this method requires either the `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes."]]],[]]