catalog_workspace.

get_declarative_automations

get_declarative_automations(workspace_id: str)

Gets the layout of all workspaces and their hierarchy.

Parameters

nametypedescription
workspace_idstringWorkspace identification string e.g. "demo"

Returns

typedescription
list[CatalogDeclarativeAutomation]Retrieve a list of declarative automations.

Example

declarative_automations = sdk.catalog_workspace.get_declarative_automations(workspace_id="demo")