Get Dashboard Details
appd_get_dashboardRetrieve the full configuration of a dashboard, including all widgets and data sources, to understand monitored metrics and entities or to clone or modify dashboards.
Instructions
Get the full definition of a specific dashboard, including all widgets and their configurations.
This reveals what metrics and entities the dashboard monitors — useful for understanding what a team cares about, or for cloning/modifying dashboards.
Args:
dashboardId (number): Dashboard ID (from appd_get_dashboards)
Returns: Complete dashboard object with widgets, layout, and data source configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboardId | Yes | The numeric ID of the dashboard. |