- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Lists all listings in a given project and location.
HTTP request
GET https://analyticshub.googleapis.com/v1beta1/{parent=projects/*/locations/*/dataExchanges/*}/listings
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The parent resource path of the listing. e.g.   | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.  | 
              
pageToken | 
                
                   
 Page token, returned by a previous call, to request the next page of results.  | 
              
Request body
The request body must be empty.
Response body
Message for response to the list of Listings.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "listings": [
    {
      object ( | 
                  
| Fields | |
|---|---|
listings[] | 
                    
                       
 The list of Listing.  | 
                  
nextPageToken | 
                    
                       
 A token to request the next page of results.  | 
                  
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigqueryhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
analyticshub.listings.list
For more information, see the IAM documentation.