Method: organizations.deployments.list

Lists all deployments of API proxies or shared flows.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*}/deployments

The URL usesgRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the organization for which to return deployment information in the following format:organizations/{org}

Authorization requires the followingIAM permission on the specified resourceparent:

  • apigee.deployments.list

Query parameters

Parameters
sharedFlows

boolean

Optional. Flag that specifies whether to return shared flow or API proxy deployments. Set totrue to return shared flow deployments; set tofalse to return API proxy deployments. Defaults tofalse.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance ofListDeploymentsResponse.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-15 UTC.