dashboard.get_dashboard_share
dashboard_get_dashboard_shareGet share details (users and groups) for a dashboard by title, mapping share IDs to readable email or group names.
Instructions
Retrieve share details (users and groups) for a dashboard by title. Resolves the dashboard by title, then maps each share's shareId to a readable name using the users and groups lists: user shares resolve to the user's email and group shares to the group name.
Returns: list[dict[str, Any]] A list of share entries, each containing type ("user" or "group") and name (email or group name). An empty list means the dashboard genuinely has no shares. On failure (dashboard not …
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_name | Yes | Title of the dashboard to retrieve share information for. |