Required. Name of the API proxy revision for which to return deployment information in the following format: organizations/{org}/apis/{api}/revisions/{rev}.
If the API proxy resource has the space attribute set, IAM permissions are checked differently . To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource parent:
[[["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-02 UTC."],[[["This page details how to list all deployments of an API proxy revision using a GET HTTP request."],["The required URL format for this request is `GET https://apigee.googleapis.com/v1/{parent=organizations/*/apis/*/revisions/*}/deployments`, adhering to gRPC Transcoding syntax."],["The `parent` path parameter is mandatory and must follow the format `organizations/{org}/apis/{api}/revisions/{rev}`, with the necessary IAM permission `apigee.deployments.list`."],["This request requires an empty request body and successful responses are delivered in the format of a `ListDeploymentsResponse`."],["The `https://www.googleapis.com/auth/cloud-platform` OAuth scope is required for authorization."]]],[]]