CatalogWorkspaceContentService.

get_labels_catalog

get_labels_catalog( workspace_id: str ) -> list[CatalogLabel]

Retrieve all labels in a given workspace.

Parameters

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"

Returns

typedescription
list[CatalogLabel]List of all labels in a given workspace.