- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Fetches the representation of an existing Operation.
HTTP request
 GET https://dns.googleapis.com/dns/v1beta2/projects/{project}/managedZones/{managedZone}/operations/{operation} 
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| project |   Identifies the project addressed by this request. | 
| managed  |   Identifies the managed zone addressed by this request. | 
| operation |   Identifies the operation addressed by this request (ID of the operation). | 
Query parameters
| Parameters | |
|---|---|
| client  |   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 of  Operation 
 
.
Authorization scopes
Requires one of the following OAuth scopes:
-  https://www.googleapis.com/auth/cloud-platform
-  https://www.googleapis.com/auth/cloud-platform.read-only
-  https://www.googleapis.com/auth/ndev.clouddns.readonly
-  https://www.googleapis.com/auth/ndev.clouddns.readwrite
For more information, see the Authentication Overview .

