- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
List providers.
HTTP request
GET https://eventarc.googleapis.com/v1/{parent=projects/*/locations/*}/providers
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The parent of the provider to get. Authorization requires the following IAM permission on the specified resource  
  | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 The maximum number of providers to return on each page.  | 
              
pageToken | 
                
                   
 The page token; provide the value from the  When paginating, all other parameters provided to   | 
              
orderBy | 
                
                   
 The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting oder is ascending. To specify descending order for a field, append a   | 
              
filter | 
                
                   
 The filter field that the list request will filter on.  | 
              
Request body
The request body must be empty.
Response body
The response message for the providers.list method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "providers": [
    {
      object ( | 
                  
| Fields | |
|---|---|
providers[] | 
                    
                       
 The requested providers, up to the number specified in   | 
                  
nextPageToken | 
                    
                       
 A page token that can be sent to   | 
                  
unreachable[] | 
                    
                       
 Unreachable resources, if any.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.