Get the full widget specs for a template
dashboard_template_getRetrieve a dashboard template's complete blueprint including widgets, queries, and positions. Use it to create a dashboard and its widgets.
Instructions
Returns the full blueprint for a template (id, name, description, icon, full widgets array with each query + viz + position). Use this to fetch the recipe, then call dashboard_create + a widget_create per item to materialize it. Returns 404 if the template id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | Template id from dashboard_template_list (e.g. 'soft-launch-funnel'). |