catalog_workspace_content.

get_facts_catalog

get_facts_catalog(workspace_id: str) -> list[CatalogFact]

Retrieve all facts in a given workspace.

Parameters

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"

Returns

typedescription
list[CatalogFact]list[CatalogFact]: List of all facts in a given workspace.

Example

# Get all the facts
facts = sdk.catalog_workspace_content.get_facts_catalog(workspace_id="123")