Required. The name of the ApiOperation to retrieve. Format: projects/{project}/locations/{location}/observationJobs/{observationJob}/apiObservations/{api_observation}/apiOperation/{api_operation}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ApiOperation.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
IAM Permissions
Requires the following IAM permission on the name resource:
[[["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-07-28 UTC."],[[["\u003cp\u003eThis API operation, \u003ccode\u003eapiOperations.get\u003c/code\u003e, retrieves a single \u003ccode\u003eApiOperation\u003c/code\u003e resource by its unique name, which is a required path parameter in the request.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a \u003ccode\u003eGET\u003c/code\u003e method at a specific URL, structured using gRPC Transcoding syntax, to locate and retrieve the desired \u003ccode\u003eApiOperation\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this operation must be empty, indicating no additional data is needed beyond the path parameter to specify the desired \u003ccode\u003eApiOperation\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will return an instance of the \u003ccode\u003eApiOperation\u003c/code\u003e resource, with its detailed information.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this API operation requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003eapim.apiOperations.get\u003c/code\u003e on the specified resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.observationJobs.apiObservations.apiOperations.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n\napiOperations.get retrieves a single ApiOperation by name.\n\n### HTTP request\n\n`GET https://apim.googleapis.com/v1alpha/{name=projects/*/locations/*/observationJobs/*/apiObservations/*/apiOperations/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path 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 [ApiOperation](/apigee/docs/reference/apis/apim/rest/v1alpha/projects.locations.observationJobs.apiObservations.apiOperations#ApiOperation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `apim.apiOperations.get`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]