- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Lists the names of all API proxies in an organization. The names returned correspond to the names defined in the configuration files for each API proxy.
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/*}/apis 
The URL uses gRPC Transcoding syntax.
Path parameters
parent 
 string 
Required. Name of the organization in the following format: organizations/{org} 
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.proxies.list 
Query parameters
| Parameters | |
|---|---|
 includeRevisions 
 |  
     Flag that specifies whether to include a list of revisions in the response.  |  
 includeMetaData 
 |  
     Flag that specifies whether to include API proxy metadata in the response.  |  
 space 
 |  
     Optional. The space ID to filter the list of proxies (optional). If unspecified, all proxies in the organization will be listed.  |  
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
  { 
 "proxies" 
 : 
 [ 
 { 
 object (  
 |  
| Fields | |
|---|---|
 proxies[] 
 |  
      |  
Authorization scopes
Requires the following OAuth scope:
-  
https://www.googleapis.com/auth/cloud-platform 

