catalog_workspace.

get_declarative_automations

get_declarative_automations(workspace_id: str) -> list[CatalogDeclarativeAutomation]

Retrieve a list of declarative automations.

Parameters

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"

Returns

typedescription
list[CatalogDeclarativeAutomation]list[CatalogDeclarativeAutomation]: List of declarative automations.

Example

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