To clone a dashboard, you can use the following mutation:
mutation CopyDashboard { copyDashboard( input: { title: "New Dashboard Name" dashboardId: "dashboard-id" } ) { id } }
List Dashboards
How to list all dashboards using the Blue API.
Rename Dashboard
How to rename a dashboard using the Blue API.
Help