superset_dashboard_get
Retrieve detailed information about a specific Apache Superset dashboard by providing its ID. Use with the dashboard list tool to find the ID first; non-existent IDs return 404.
Instructions
Get detailed information about a dashboard by ID.
IMPORTANT: if the ID is unknown, first call superset_dashboard_list to find the desired dashboard. A non-existent ID will return 404.
Args: dashboard_id: Dashboard ID (integer from dashboard_list result).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |