Get or list catalog tags
metadata
Get or list catalog tags
If ‘fqn’ is provided, returns a single tag. Otherwise, returns a paginated list.
GET
Get or list catalog tags
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Fully qualified name for single tag retrieval
Specific version to retrieve (only with fqn)
Required range:
x >= 1Page number (starts at 1)
Required range:
x >= 1Items per page (max 200)
Required range:
1 <= x <= 200Filter tags by category FQN prefix (e.g., 'PII')
Search in name and description
Sort field ('name' or 'created_at')
Sort order ('asc' or 'desc')
Response
CatalogTagDetail (if fqn provided) or CatalogTagListResponse (if listing)
- CatalogTagDetail
- CatalogTagListResponse
Full catalog tag representation.
Visual styling for a tag.

