Method: locations.publicKnowledgeGraphEntities.lookup

Finds the public KG entities with public KG ID(s).

HTTP request

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

Path parameters

Parameters
parent

string

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

Query parameters

Parameters
ids[]

string

Required. The list of entity ids to be used for lookup.

languages[]

string

The list of language codes (defined in ISO 693) to run the query with, e.g. 'en'.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of LookupPublicKgResponse.

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.publicKnowledgeGraphEntities.lookup

For more information, see the IAM documentation.