- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 
Lists DataAgents in a given project and location.
HTTP request
GET https://geminidataanalytics.googleapis.com/v1beta/{parent=projects/*/locations/*}/dataAgents   The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. Parent value for ListDataAgentsRequest.  | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.  | 
              
pageToken | 
                
                   
 Optional. A page token, received from a previous  When paginating, all other parameters provided to   | 
              
filter | 
                
                   
 Optional. Filtering results. See AIP-160 for syntax.  | 
              
orderBy | 
                
                   
 Optional. User specification for how to order the results.  | 
              
showDeleted | 
                
                   
 Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false.  | 
              
Request body
The request body must be empty.
Response body
Message for response to listing DataAgents.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "dataAgents": [
    {
      object ( | 
                  
| Fields | |
|---|---|
dataAgents[] | 
                    
                       
 The list of DataAgent.  | 
                  
nextPageToken | 
                    
                       
 The next page token or empty if none.  | 
                  
unreachable[] | 
                    
                       
 Unordered list. Locations that could not be reached.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
geminidataanalytics.dataAgents.list
For more information, see the IAM documentation.