Improvado Embedded API v3
integer · required stringstringstring
Manage workspaces that provide isolated environments for organizing resources.
Workspaces are fundamental to multi-tenancy in Improvado's Embedded API. Each workspace provides complete isolation of resources including connections, extracts, data tables, and loads.
Use workspaces to:
- Separate resources for different customers or projects
- Maintain data isolation and security boundaries
- Control access through workspace-scoped tokens
- Organize resources by environment (dev, staging, production)
Important: Access tokens are scoped to a specific workspace. A token for one workspace cannot access resources in another workspace, ensuring strict isolation between tenants.
List workspace dashboards
GET
https://embedded.improvado.io
/api/v3/workspaces/{id}/dashboards
Get a list of available dashboards for a given workspace. Only returns dashboards with TYPE=DATA. Only includes dashboards with enabled recipes for the specified workspace.
path Parameters
idWorkspace ID
List workspace dashboards › Responses
Get a list of available dashboards for a given workspace
object[]
Dashboard object
dashboard_idDashboard ID
titleDashboard title
data_nameDashboard Data Type

