- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Lists all shared flows in the organization.
If the resource has the space 
attribute set, the response may not return all resources. To learn more, read the Apigee Spaces Overview 
.
HTTP request
 GET https://apigee.googleapis.com/v1/{parent=organizations/*}/sharedflows 
The URL uses gRPC Transcoding syntax.
Path parameters
parent 
 string 
Required. The name of the parent organization under which to get shared flows. Must be of the form: organizations/{organizationId} 
If the resource has the space 
attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview 
.
Authorization requires the following IAM 
permission on the specified resource parent 
:
-  
apigee.sharedflows.list 
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 the Apigee 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 

