dashboards
Duplicate Dashboard
Duplicate a dashboard + its widgets into a new EDITABLE dashboard.
The copy lands in the same section, appended after its siblings. It is never a built-in (is_category_system_dashboard=False), never a default (is_category_default / is_default=False), and its widgets are editable (is_system=False) — Duplicate is the only action offered on a built-in, and its whole point is an editable copy. Widget provenance (source_*) is kept.
post/api/v1/dashboards/{dashboard_id}/duplicate
Path parameters
dashboard_idstring uuid required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.