Skip to main content

2026-06-19 Dashboard API

  • New Insights resource added for managing reusable saved charts independently of dashboards: GET/POST /v1/dashboard/insights and GET/PUT/PATCH/DELETE /v1/dashboard/insights/{id}
  • New PATCH /v1/dashboard/dashboards/{id} endpoint added for partially updating a dashboard
  • Dashboards and insights now carry ownership and sharing metadata (owners, shared_with, org_access); sharing is managed via the new PATCH operations and only owners may change it
  • Dashboard tiles can now reference a saved insight via insight_id, in addition to the existing inline visualisation