- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists entries.
HTTP request
GET https://datacatalog.googleapis.com/v1beta1/{parent}/entries
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the entry group that contains the entries, which can be provided in URL format. Example:
|
Query parameters
Parameters | |
---|---|
page |
The maximum number of items to return. Default is 10. Max limit is 1000. Throws an invalid argument for |
page |
Token that specifies which page is requested. If empty, the first page is returned. |
read |
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: |
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. |
next |
Token to retrieve the next page of results. It is set to empty if no items remain in results. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.