smartsuite_describe_dashboard
Retrieve the full configuration of a SmartSuite dashboard, including tabs, branding, style, and sharing settings. Optionally fetch all widgets on every tab.
Instructions
Get the full configuration for a single SmartSuite dashboard: tabs, footer/branding, style, and sharing settings. Set includeWidgets:true to also fetch every widget on every tab (type, name, position, size, and parsed params). Widget types include content widgets (hero, simple-banner, heading, faq, text-block, divider) and data widgets (chart, pivot, summary-card, progress, comparison, list-view, card-view, kanban-view, calendar-view, timeline-view, record-details, filter, data-schema).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboardId | Yes | The dashboard (report) ID | |
| applicationId | Yes | The application ID | |
| includeWidgets | No | Fetch all widgets for every tab. Default false. Each tab triggers one extra API call. |