dashboard.get_dashboards
dashboard_get_dashboardsRetrieve dashboards visible to the authenticated user, including owned and shared items. Use this to list accessible dashboards without admin privileges.
Instructions
Retrieve dashboards visible to the authenticated user. Sends GET /api/v1/dashboards, which returns dashboards the current user owns or has been shared to — as opposed to get_all_dashboards, which uses the admin endpoint and requires elevated access.
Returns: list[dict[str, Any]] | dict[str, Any] List of dashboard objects on success, or {"error": "..."} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Subset of fields to include in the response (for example ``["oid", "title", "owner"]``). When omitted, all fields are returned. |