list_dashboards
Lists all dashboards in Metabase. Does not support filtering by collection; for that, use get_collection_items.
Instructions
Get list of all dashboards in Metabase. Note: The Metabase API does not support filtering by collection on this endpoint. To get dashboards in a specific collection, use get_collection_items with models: ["dashboard"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |