Method: projects.locations.taxonomies.list

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

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

integer

The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.

pageToken

string

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

string

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 (Taxonomy)
    }
  ],
  "nextPageToken": string
}
Fields
taxonomies[]

object (Taxonomy)

Taxonomies that the project contains.

nextPageToken

string

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.