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.
The resource name comes from the source Google Cloud Platform service.
HTTP request
GET https://datacatalog.googleapis.com/v1/entries:lookup
Query parameters
Parameters
project
string
Project where the lookup should be performed. Required to lookup entry that is not a part of DPMS or DATAPLEXintegratedSystem using its fullyQualifiedName. Ignored in other cases.
location
string
Location where the lookup should be performed. Required to lookup entry that is not a part of DPMS or DATAPLEXintegratedSystem using its fullyQualifiedName. Ignored in other cases.
Union parameter target_name. Required. A full name, SQL name, or a fully qualified name of a Google Cloud Platform resource. target_name can be only one of the following:
linkedResource
string
The full name of the Google Cloud Platform resource the Data Catalog entry represents. For more information, see Full Resource Name.
[[["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 endpoint retrieves a Data Catalog entry using its target resource name from a Google Cloud Platform service.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method is \u003ccode\u003eGET\u003c/code\u003e, and it uses the endpoint \u003ccode\u003ehttps://datacatalog.googleapis.com/v1/entries:lookup\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eRequired query parameters include \u003ccode\u003eproject\u003c/code\u003e, \u003ccode\u003elocation\u003c/code\u003e, and one of \u003ccode\u003elinkedResource\u003c/code\u003e, \u003ccode\u003esqlResource\u003c/code\u003e, or \u003ccode\u003efullyQualifiedName\u003c/code\u003e to specify the target resource.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response will return an \u003ccode\u003eEntry\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe necessary Authorization Scope to use the endpoint 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.\nGets an entry by its target resource name.\n\nThe resource name comes from the source Google Cloud Platform service.\n\n### HTTP request\n\n`GET https://datacatalog.googleapis.com/v1/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/v1/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)."]]