Required. Name of the api proxy or the shared flow deployment. Use the following structure in your request: organizations/{org}/environments/{env}/deployments/{deployment}
Authorization requires the following IAM permission on the specified resource name:
apigee.deployments.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Deployment.
[[["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-09 UTC."],[[["This API endpoint retrieves details about a specific API proxy or shared flow deployment within an environment."],["The request is a `GET` request to a specific URL structure, requiring the name of the deployment."],["You must provide the deployment's name in the format `organizations/{org}/environments/{env}/deployments/{deployment}` as a path parameter."],["The request body should be empty, and the response will contain information about the deployment, formatted according to the `Deployment` object."],["Authorization requires `apigee.deployments.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]