Identifies the managed zone addressed by this request.
operation
string
Identifies the operation addressed by this request (ID of the operation).
Query parameters
Parameters
clientOperationId
string
For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance ofOperation.
[[["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-19 UTC."],[[["\u003cp\u003eThis page details how to fetch an existing Operation using a \u003ccode\u003eGET\u003c/code\u003e request to the specified URL: \u003ccode\u003ehttps://dns.googleapis.com/dns/v1beta2/projects/{project}/managedZones/{managedZone}/operations/{operation}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires three path parameters: \u003ccode\u003eproject\u003c/code\u003e, \u003ccode\u003emanagedZone\u003c/code\u003e, and \u003ccode\u003eoperation\u003c/code\u003e, which are used to identify the specific resource.\u003c/p\u003e\n"],["\u003cp\u003eAn optional query parameter, \u003ccode\u003eclientOperationId\u003c/code\u003e, can be used for mutating operations and must be unique within the Operations collection.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response will contain an instance of \u003ccode\u003eOperation\u003c/code\u003e, as defined in the documentation.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this request requires one of the listed OAuth scopes, related to cloud platform access or specific DNS read-only or read-write permissions.\u003c/p\u003e\n"]]],[],null,["# Method: managedZoneOperations.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nFetches the representation of an existing Operation.\n\n### HTTP request\n\n`GET https://dns.googleapis.com/dns/v1beta2/projects/{project}/managedZones/{managedZone}/operations/{operation}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/dns/docs/reference/rest/v1beta2/managedZoneOperations#Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/cloud-platform.read-only`\n- `\n https://www.googleapis.com/auth/ndev.clouddns.readonly`\n- `\n https://www.googleapis.com/auth/ndev.clouddns.readwrite`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/external/authorization-gcp)."]]