Method: projects.locations.entityReconciliationJobs.list

Lists Entity Reconciliation Jobs.

HTTP request

GET https://enterpriseknowledgegraph.googleapis.com/v1/{parent}/entityReconciliationJobs

Path parameters

Parameters
parent

string

Required. The name of the EntityReconciliationJob's parent resource. Format: projects/{project}/locations/{location} It takes the form projects/{project}/locations/{location}.

Query parameters

Parameters
filter

string

An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.

pageSize

integer

The standard list page size.

pageToken

string

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 (EntityReconciliationJob)
    }
  ],
  "nextPageToken": string
}
Fields
entityReconciliationJobs[]

object (EntityReconciliationJob)

A list of EntityReconciliationJobs that matches the specified filter in the request.

nextPageToken

string

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.