Required. Name of the organization for which to return deployment information in the following format: organizations/{org}
Authorization requires the following IAM permission on the specified resource parent:
apigee.deployments.list
Query parameters
Parameters
sharedFlows
boolean
Optional. Flag that specifies whether to return shared flow or API proxy deployments. Set to true to return shared flow deployments; set to false to return API proxy deployments. Defaults to false.
[[["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 API endpoint lists all deployments of API proxies or shared flows within a specified organization."],["The request uses a `GET` method with a URL structure that follows gRPC Transcoding syntax, requiring an organization's name as a path parameter."],["A `sharedFlows` query parameter allows filtering for either shared flow deployments (`true`) or API proxy deployments (`false`)."],["The request body must be empty, and a successful response returns a `ListDeploymentsResponse` instance."],["Authorization requires the `apigee.deployments.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]