Get or list catalog tag categories
metadata
Get or list catalog tag categories
If ‘fqn’ is provided, returns a single catalog tag category. Otherwise, returns a paginated list.
GET
Get or list catalog tag categories
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Fully qualified name for single entity retrieval
Specific version to retrieve (only with fqn)
Required range:
x >= 1Page number (starts at 1)
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Search in name and description
Response
CatalogTagCategoryDetail (if fqn provided) or CatalogTagCategoryListResponse (if listing)
- CatalogTagCategoryDetail
- CatalogTagCategoryListResponse
Full catalog tag category representation.

