Method: organizations.sharedflows.list Stay organized with collections Save and categorize content based on your preferences.
Lists all shared flows in the organization.
If the resource has thespace attribute set, the response may not return all resources. To learn more, read theApigee Spaces Overview.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*}/sharedflows
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The name of the parent organization under which to get shared flows. Must be of the form: If the resource has the Authorization requires the followingIAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
includeRevisions |
Indicates whether to include a list of revisions in the response. |
includeMetaData |
Indicates whether to include shared flow metadata in the response. |
space |
Optional. The space ID used to filter the list of shared flows (optional). If unspecified, all shared flows in the organization will be listed. To learn how Spaces can be used to manage resources, read theApigee Spaces Overview. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{"sharedFlows":[{object ( |
| Fields | |
|---|---|
sharedFlows[] |
|
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.