get_dashboard
Retrieve the complete layout of a Redash dashboard, including its widgets, visualizations, and underlying queries. Use the returned IDs to modify the dashboard with add_widget.
Instructions
Get a dashboard's full layout. Behavior: returns the dashboard's id, name, slug, and every widget, each with its linked visualization (id, name, type) and the query behind it (id, name). Usage: find the dashboard id or slug with list_dashboards; use the returned visualization/query ids to understand or extend the dashboard with add_widget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id_or_slug | Yes | Dashboard ID or slug to fetch (from list_dashboards) |