CatalogWorkspaceService.
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 of declarative automations. |