Lists Entity Reconciliation Jobs.
HTTP request
GET https://enterpriseknowledgegraph.googleapis.com/v1/{parent}/entityReconciliationJobs
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The name of the EntityReconciliationJob's parent resource. Format:   | 
              
Query parameters
| Parameters | |
|---|---|
filter | 
                
                   
 An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.  | 
              
pageSize | 
                
                   
 The standard list page size.  | 
              
pageToken | 
                
                   
 The standard list page token.  | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for EnterpriseKnowledgeGraphService.ListEntityReconciliationJobs.
| JSON representation | 
|---|
{
  "entityReconciliationJobs": [
    {
      object ( | 
                  
| Fields | |
|---|---|
entityReconciliationJobs[] | 
                    
                       
 A list of EntityReconciliationJobs that matches the specified filter in the request.  | 
                  
nextPageToken | 
                    
                       
 The standard List next-page token.  | 
                  
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:
enterpriseknowledgegraph.entityReconciliationJobs.list
For more information, see the IAM documentation.