- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists tags assigned to an Entry
. The columns
in the response are lowercased.
HTTP request
GET https://datacatalog.googleapis.com/v1beta1/{parent}/tags
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the Data Catalog resource to list the tags of. The resource could be an Examples:
|
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of tags to return. Default is 10. Max limit is 1000. |
pageToken |
Token that specifies which page is requested. If empty, the first page is returned. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListTagsResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.