Stay organized with collections
Save and categorize content based on your preferences.
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://contentwarehouse.googleapis.com/v1/{name}
Path parameters
Parameters
name
string
The name of the operation resource. It takes the form projects/{project}/locations/{location}/operations/{operation}.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["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-05-08 UTC."],[[["\u003cp\u003eThis endpoint retrieves the current status of a long-running operation, allowing clients to periodically check its progress.\u003c/p\u003e\n"],["\u003cp\u003eThe request is a \u003ccode\u003eGET\u003c/code\u003e operation to a specified URL, including the operation's name within the path.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, indicating that all necessary information is conveyed in the path.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns an \u003ccode\u003eOperation\u003c/code\u003e instance containing details about the operation's state.\u003c/p\u003e\n"],["\u003cp\u003eAccess requires specific authorization, including the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope and the \u003ccode\u003econtentwarehouse.operations.get\u003c/code\u003e IAM permission on the named resource.\u003c/p\u003e\n"]]],[],null,[]]