Required. Name of the environment for which to return deployment information in the following format: organizations/{org}/environments/{env}
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-03-07 UTC."],[[["This endpoint retrieves a list of API proxy or shared flow deployments within a specified environment."],["The HTTP request is a `GET` operation to a URL that follows gRPC Transcoding syntax, requiring the environment name in the `parent` path parameter."],["You can specify whether to return shared flow or API proxy deployments by setting the `sharedFlows` query parameter to `true` or `false`, respectively."],["The request body must be empty for this operation to function correctly."],["Successful requests will receive a response body containing a `ListDeploymentsResponse` instance, and it requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]