Dashboards
Create, read, update, and delete dashboards within your projects.List All Dashboards
List dashboards across all projects in the workspace. HTTP Request:| Parameter | Type | Required | Description |
|---|---|---|---|
scope | string | No | Database scope. Default: "user" |
List Project Dashboards
List dashboards within a specific project (metadata only, no full definitions). HTTP Request:Get Dashboard
Load a single dashboard with its full definition. HTTP Request:Save Dashboard
Create or update a dashboard. Whendashboard.id is omitted, a new UUID is generated server-side.
HTTP Request:

