insights.
get_insight
get_insight(workspace_id: str, insight_id: str)
Gets a single visualization from a workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | string | Workspace identification string e.g. "demo" |
insight_id | string | Insight identifier string e.g. "bikes" |
Returns
type | description |
---|---|
Insight | A single Insight object contains side loaded metadata about the entities it references |
Example
# Get all visualizations
insights = sdk.insights.get_insights(workspace_id="123")