Skip to Content
ModulesReport dashboards

Report dashboards

Report dashboards live at /reports/dashboards in the Tenant Plane. They are saved dashboard records (name, layout, filters) associated with your tenant — useful for organizing executive or compliance views that you build alongside Reports.

Operational Observe dashboards (metrics, logs, topology) are a separate feature; see Dashboards.


How to open the page

  1. Sign in to the Tenant Plane.
  2. Go to Reports → click Dashboards in the Report Builder header, or navigate directly to /reports/dashboards.

Step-by-step: create a dashboard record

  1. In New dashboard name, enter a name (e.g. Q1 Executive rollup).
  2. Click Create (next to the name field; shows Saving… while the request runs).
  3. The new dashboard appears in the list below with id, name, and updated time.

New dashboards start with an empty widget layout in storage; the product may add widget editing in a later iteration — the current UI focuses on creating and listing named layouts and linking back to Report Builder.


Return to reports

Use Back to reports to return to /reports (Report Builder).


API (reference)

  • List: GET /api/report-dashboards?limit=…
  • Create: POST /api/report-dashboards with name, layout_json, filters_json

See also