access_management.get_all_dashboard_shares
access_management_get_all_dashboard_sharesRetrieves all dashboard shares with user and group details for each share. Use to audit access across dashboards.
Instructions
Retrieve all dashboard shares, including user and group details for each shared dashboard. Uses pagination to retrieve all dashboards and their share information, and collects the corresponding user and group details for each share.
Returns: list[dict[str, Any]] A list of dictionaries containing the dashboard title, share type (user or group), and share name (email or group name) — one row per share, so the row count equals the number of shares. …
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||