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 https://datacatalog.googleapis.com/v1beta1/{parent}/entries
Path parameters
Parameters
parent
string
Required. The name of the entry group that contains the entries, which can be provided in URL format. Example:
projects/{projectId}/locations/{location}/entryGroups/{entryGroupId} It takes the form projects/{project}/locations/{location}/entryGroups/{entrygroup}.
Query parameters
Parameters
pageSize
integer
The maximum number of items to return. Default is 10. Max limit is 1000. Throws an invalid argument for pageSize > 1000.
pageToken
string
Token that specifies which page is requested. If empty, the first page is returned.
The fields to return for each Entry. If not set or empty, all fields are returned. For example, setting readMask to contain only one path "name" will cause entries.list to return a list of Entries with only "name" field.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["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 list of entries within a specified entry group using a \u003ccode\u003eGET\u003c/code\u003e HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required and specifies the entry group's location in the format \u003ccode\u003eprojects/{project}/locations/{location}/entryGroups/{entrygroup}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can control the number of returned items with the \u003ccode\u003epageSize\u003c/code\u003e query parameter (default 10, max 1000) and paginate through results using \u003ccode\u003epageToken\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereadMask\u003c/code\u003e query parameter allows you to specify which entry fields should be returned, enabling partial responses.\u003c/p\u003e\n"],["\u003cp\u003eThe response body includes an array of \u003ccode\u003eentries\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e to retrieve additional pages.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.entryGroups.entries.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListEntriesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n| Data Catalog is deprecated. Please use Dataplex Universal Catalog instead.\nLists entries.\n\n### HTTP request\n\n`GET https://datacatalog.googleapis.com/v1beta1/{parent}/entries`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for [entries.list](/data-catalog/docs/reference/rest/v1beta1/projects.locations.entryGroups.entries/list#google.cloud.datacatalog.v1beta1.DataCatalog.ListEntries).\n\nIf successful, the response body contains data with the following structure:\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)."]]