catalog_workspace.
get_declarative_automations
get_declarative_automations(workspace_id: str) -> list[CatalogDeclarativeAutomation]
Retrieve a list of declarative automations.
Parameters
| name | type | description |
|---|---|---|
| workspace_id | str | Workspace identification string e.g. "demo" |
Returns
| type | description |
|---|---|
| list[CatalogDeclarativeAutomation] | list[CatalogDeclarativeAutomation]: List of declarative automations. |
Example
declarative_automations = sdk.catalog_workspace.get_declarative_automations(workspace_id="demo")