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 Dataplex 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-07-17 UTC."],[[["\u003cp\u003eThis 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etarget_name\u003c/code\u003e parameter is required and is a union parameter that can accept either \u003ccode\u003elinkedResource\u003c/code\u003e (full GCP resource name) or \u003ccode\u003esqlResource\u003c/code\u003e (SQL name) as a string.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request for this operation is a \u003ccode\u003eGET\u003c/code\u003e request to the specified endpoint: \u003ccode\u003ehttps://datacatalog.googleapis.com/v1beta1/entries:lookup\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response will contain an instance of \u003ccode\u003eEntry\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe required OAuth scope for this API is \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: entries.lookup\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n| Data Catalog is deprecated. Please use Dataplex Universal Catalog instead.\nGet 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.\n\n### HTTP request\n\n`GET https://datacatalog.googleapis.com/v1beta1/entries:lookup`\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Entry](/data-catalog/docs/reference/rest/v1beta1/projects.locations.entryGroups.entries#Entry).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]