dashboard.get_all_dashboards
dashboard_get_all_dashboardsGet a complete list of dashboards from Sisense via the admin API. Requires elevated access and returns dashboard objects or an error response.
Instructions
Retrieve all dashboards from the Sisense server. Sends GET /api/v1/dashboards/admin?dashboardType=owner using the admin endpoint, which requires elevated access.
Returns: list[dict[str, Any]] | dict[str, Any] A list of dashboard objects on success, or {"error": "..."} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||