This documentation is for an older version of GoodData.
Go to the latest version of this article.
catalog_workspace.
get_declarative_automations
get_declarative_automations(workspace_id: str)
Gets the layout of all workspaces and their hierarchy.
Parameters
name | type | description |
---|---|---|
workspace_id | string | Workspace identification string e.g. "demo" |
Returns
type | description |
---|---|
list[CatalogDeclarativeAutomation] | Retrieve a list of declarative automations. |
Example
declarative_automations = sdk.catalog_workspace.get_declarative_automations(workspace_id="demo")