Required. Specify the entity view to make a partial list request.
pageSize
integer
Optional. Maximum number of entities to return. The service may return fewer than this value. If unspecified, 100 entities will be returned by default. The maximum value is 500; larger values will will be truncated to 500.
pageToken
string
Optional. Page token received from a previous entities.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to entities.list must match the call that provided the page token.
filter
string
Optional. The following filter parameters can be added to the URL to limit the entities returned by the API:
Entity ID: ?filter="id=entityID"
Asset ID: ?filter="asset=assetID"
Data path ?filter="dataPath=gs://my-bucket"
Is HIVE compatible: ?filter="hive_compatible=true"
Is BigQuery compatible: ?filter="bigquery_compatible=true"
Request body
The request body must be empty.
Response body
List metadata entities response.
If successful, the response body contains data with the following structure:
[[["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-21 UTC."],[[["\u003cp\u003eThis endpoint allows listing metadata entities within a specified zone using a \u003ccode\u003eGET\u003c/code\u003e request to the provided URL template, which includes project, location, lake, and zone identifiers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter, specifying the zone's resource name, is required and mandates the \u003ccode\u003edataplex.entities.list\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eYou can use query parameters, such as \u003ccode\u003eview\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003efilter\u003c/code\u003e, to customize the entity listing, including filtering by entity ID, asset ID, data path, and compatibility with Hive or BigQuery.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains a list of \u003ccode\u003eentities\u003c/code\u003e, with each \u003ccode\u003eentity\u003c/code\u003e representing metadata, and includes a \u003ccode\u003enextPageToken\u003c/code\u003e to facilitate pagination through results.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this endpoint should be left empty.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.lakes.zones.entities.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.ListEntitiesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [EntityView](#EntityView)\n- [Try it!](#try-it)\n\nList metadata entities in a zone.\n\n### HTTP request\n\n`GET https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*/lakes/*/zones/*}/entities`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nList metadata entities response.\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).\n\nEntityView\n----------\n\nEntity views."]]