Data Catalog API methods that are related to Data Catalog search and metadata are deprecated and will be discontinued on January 30, 2026. See Transition from Data Catalog to BigQuery universal catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
Get an entry by target resource name. This method allows clients to use the resource name from the source Google Cloud Platform service to get the Data Catalog Entry.
HTTP request
GET https://datacatalog.googleapis.com/v1beta1/entries:lookup
Query parameters
Parameters
Union parameter target_name. Required. Represents either the Google Cloud Platform resource or SQL name for a Google Cloud Platform resource. target_name can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-12 UTC."],[[["This API endpoint allows retrieval of a Data Catalog entry by using the target resource name, which can be specified either as a full Google Cloud Platform resource name or a SQL name."],["The `target_name` parameter is required and is a union parameter that can accept either `linkedResource` (full GCP resource name) or `sqlResource` (SQL name) as a string."],["The HTTP request for this operation is a `GET` request to the specified endpoint: `https://datacatalog.googleapis.com/v1beta1/entries:lookup`."],["The request body must be empty, and a successful response will contain an instance of `Entry`."],["The required OAuth scope for this API is `https://www.googleapis.com/auth/cloud-platform`."]]],[]]