Required. Name of the API proxy in the following format: organizations/{org}/apis/{api}
If the API Proxy resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource name:
apigee.proxies.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ApiProxy.
[[["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-04 UTC."],[[["This endpoint retrieves an API proxy, including a list of its existing revisions."],["The HTTP request uses a `GET` method to the specified URL format: `https://apigee.googleapis.com/v1/{name=organizations/*/apis/*}`."],["The `name` path parameter is required, formatted as `organizations/{org}/apis/{api}`, and the user must have the `apigee.proxies.get` IAM permission on the resource."],["The request body must be empty, and a successful response contains an instance of the `ApiProxy`."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]