insights.
get_insights
get_insights(workspace_id: str)
Gets a list of visualization objects.
Parameters
name | type | description |
---|---|---|
workspace_id | string | Workspace identification string e.g. "demo" |
Returns
type | description |
---|---|
list[Insight] | All available insights, each insight will contain side loaded metadata about the entities it references |
Example
# Get all visualizations
insights = sdk.insights.get_insights(workspace_id="123")