- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Lists entries.
Note: Currently, this method can list only custom entries. To get a list of both custom and automatically created entries, use SearchCatalog.
HTTP request
GET https://datacatalog.googleapis.com/v1/{parent}/entries
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The name of the entry group that contains the entries to list. Can be provided in URL format. It takes the form   | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 The maximum number of items to return. Default is 10. Maximum limit is 1000. Throws an invalid argument if   | 
              
pageToken | 
                
                   
 Pagination token that specifies the next page to return. If empty, the first page is returned.  | 
              
readMask | 
                
                   
 The fields to return for each entry. If empty or omitted, all fields are returned. For example, to return a list of entries with only the  This is a comma-separated list of fully qualified names of fields. Example:   | 
              
Request body
The request body must be empty.
Response body
Response message for entries.list.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "entries": [
    {
      object ( | 
                  
| Fields | |
|---|---|
entries[] | 
                    
                       
 Entry details.  | 
                  
nextPageToken | 
                    
                       
 Pagination token of the next results page. Empty if there are no more items in results.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.