Dashboards list and folders
The Dashboards List has been upgraded for a smoother navigation experience. All Dashboards is now displayed in the top header for quick access from anywhere in a dashboard. The panel is wider for easier browsing, and a new 3-dot menu provides quick actions for each dashboard and folder. Import is now its own separate action, independent of the New button.
Open the Dashboards List
Select the Dashboards list icon in the top toolbar of any Custom Dashboard. The panel opens and displays all dashboards you have access to, grouped by folder.
To navigate back to the list from inside a dashboard, select All Dashboards in the header.
Browse and search
Folders are collapsed by default. Select the arrow next to a folder name to expand it and see the dashboards inside.
Use the Search Dashboard bar at the top of the list to filter across all folders by dashboard name.
Create a new dashboard
Select New in the Dashboards List to create a new blank dashboard.
Import a dashboard
- Select Import in the Dashboards List.
- Upload or paste the dashboard JSON.
The imported dashboard appears in the list and can be moved into any folder.
Permissions
Creating, renaming, and deleting folders requires the DASHBOARD-FOLDER:MANAGE permission. For details, see Permissions List.
Organize dashboards with folders
Create a folder
Select the New folder icon next to the search bar. Enter a name and confirm.
Move a dashboard into a folder
Drag a dashboard from the list and drop it onto the target folder. The dashboard moves into that folder immediately.
Rename or delete a dashboard or folder
Select the 3-dot menu next to the dashboard or folder name and choose Rename or Delete.
API
HTTP
| API Name | Usage |
|---|---|
| Dashboards | The Dashboards API provides programmatic access to Custom Dashboards. Use it to create and update dashboards, manage their layout, widgets, variables, filters, annotations, actions, time frame, and constants. This is the API behind everything you build through the Custom Dashboards UI. |
| Dashboard Folders | The Dashboard Folders API manages the folder hierarchy that organizes your Custom Dashboards. Use it to create, rename, move, and delete folders, and to look up a folder's FolderPath for permission inheritance and cross-references from dashboards. |
Related resources
- Custom Dashboards overview
- Manage Dashboard Settings
- Import and Export Custom Dashboards
- Dashboard Sections