list_dashboards
Retrieve and filter Splunk dashboards with metadata like name, type, app, permissions, and viewing URLs. Use parameters to search by owner, app, type, or privacy settings.
Instructions
List dashboards in Splunk (Simple XML and Dashboard Studio). Returns metadata including name, label, type (classic/studio), app, owner, permissions, sharing level, last updated, and Splunk Web viewing URLs.
Args: owner (str, optional): Filter by owner. Use 'me' for current user's dashboards, 'nobody' for shared dashboards, or a specific username. Default: 'nobody' app (str, optional): Filter by app context. Default: '-' (all apps) count (int, optional): Max results to return. 0=all, default: 50 for performance offset (int, optional): Result offset for pagination. Default: 0 search_filter (str, optional): Filter results (e.g., 'name=security') type_filter (str, optional): Filter by type: 'classic', 'studio', or 'any'. Default: 'any' my_dashboards_only (bool, optional): If True, only return dashboards owned by the current user. Overrides 'owner' parameter. Default: False private_only (bool, optional): If True, only return private dashboards (sharing='user'). Works with any owner filter. Default: False
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | nobody | |
| app | No | - | |
| count | No | ||
| offset | No | ||
| search_filter | No | ||
| type_filter | No | any | |
| my_dashboards_only | No | ||
| private_only | No |