CatalogWorkspaceContentService.
get_labels_catalog
get_labels_catalog(
workspace_id: str
) ->
list[CatalogLabel]
Retrieve all labels in a given workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
Returns
type | description |
---|---|
list[CatalogLabel] | List of all labels in a given workspace. |