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 Catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
GET https://datacatalog.googleapis.com/v1beta1/{name}
Path parameters
Parameters
name
string
Required. The name of the entry group. For example, projects/{projectId}/locations/{location}/entryGroups/{entryGroupId}. It takes the form projects/{project}/locations/{location}/entryGroups/{entrygroup}.
[[["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-02-25 UTC."],[[["This document outlines the process for retrieving an EntryGroup from the Data Catalog API using a GET request."],["The required path parameter, `name`, specifies the unique identifier of the EntryGroup, formatted as `projects/{project}/locations/{location}/entryGroups/{entrygroup}`."],["An optional query parameter, `readMask`, allows you to specify which fields should be included in the response, enabling partial data retrieval."],["The request body for this API call must be empty, and a successful response will contain an EntryGroup instance."],["Authorization to access this API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]