- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - EntityView
 - Try it!
 
List metadata entities in a zone.
HTTP request
GET https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*/lakes/*/zones/*}/entities
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The resource name of the parent zone:  Authorization requires the following IAM permission on the specified resource  
  | 
              
Query parameters
| Parameters | |
|---|---|
view | 
                
                   
 Required. Specify the entity view to make a partial list request.  | 
              
pageSize | 
                
                   
 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 | 
                
                   
 Optional. Page token received from a previous   | 
              
filter | 
                
                   
 Optional. The following filter parameters can be added to the URL to limit the entities returned by the API: 
  | 
              
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:
| JSON representation | 
|---|
{
  "entities": [
    {
      object ( | 
                  
| Fields | |
|---|---|
entities[] | 
                    
                       
 Entities in the specified parent zone.  | 
                  
nextPageToken | 
                    
                       
 Token to retrieve the next page of results, or empty if there are no remaining results in the list.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
EntityView
Entity views.
| Enums | |
|---|---|
ENTITY_VIEW_UNSPECIFIED | 
                The default unset value. Return both table and fileset entities if unspecified. | 
TABLES | 
                Only list table entities. | 
FILESETS | 
                Only list fileset entities. |