Required. Name of the API proxy revision for which to return deployment information in the following format: organizations/{org}/sharedflows/{sharedflow}/revisions/{rev}.
If the shared flow 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-09-04 UTC."],[[["\u003cp\u003eThis webpage details how to list all deployments of a shared flow revision using the Apigee API.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method for this operation is a \u003ccode\u003eGET\u003c/code\u003e request to a specific URL, including parameters to target specific organizations, shared flows, and revisions.\u003c/p\u003e\n"],["\u003cp\u003eThe path parameter \u003ccode\u003eparent\u003c/code\u003e is required and defines the API proxy revision to be listed, with the required format of \u003ccode\u003eorganizations/{org}/sharedflows/{sharedflow}/revisions/{rev}\u003c/code\u003e, and requires specific authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for listing deployments must be empty, so no data should be sent in the request body.\u003c/p\u003e\n"],["\u003cp\u003eThe response will contain a \u003ca href=\"/apigee/docs/reference/apis/apigee/rest/v1/ListDeploymentsResponse\"\u003eListDeploymentsResponse\u003c/a\u003e object if the operation is successful.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.sharedflows.revisions.deployments.list\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- [Try it!](#try-it)\n\nLists all deployments of a shared flow revision.\n\n### HTTP request\n\n`GET https://apigee.googleapis.com/v1/{parent=organizations/*/sharedflows/*/revisions/*}/deployments`\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 [ListDeploymentsResponse](/apigee/docs/reference/apis/apigee/rest/v1/ListDeploymentsResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]