- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all taxonomies in a project in a particular location that you have a permission to view.
HTTP request
GET https://datacatalog.googleapis.com/v1/{parent}/taxonomies
Path parameters
parent
string
Required. Resource name of the project to list the taxonomies of. It takes the form projects/{project}/locations/{location}
.
Authorization requires the following IAM
permission on the specified resource parent
:
-
datacatalog.taxonomies.list
Query parameters
| Parameters | |
|---|---|
pageSize
|
The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50. |
pageToken
|
The pagination token of the next results page. If not set, the first page is returned. The token is returned in the response to a previous list request. |
filter
|
Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex. |
Request body
The request body must be empty.
Response body
Response message for taxonomies.list
.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"taxonomies"
:
[
{
object (
|
| Fields | |
|---|---|
taxonomies[]
|
Taxonomies that the project contains. |
nextPageToken
|
Pagination token of the next results page. Empty if there are no more 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 .

