list
Retrieve complete lists of Metabase resources like cards, dashboards, tables, databases, or collections with optimized responses for efficient browsing and overview purposes.
Instructions
Fetch all records for a single Metabase resource type with highly optimized responses for overview purposes. Retrieves complete lists of cards, dashboards, tables, databases, or collections. Returns only essential identifier fields for efficient browsing and includes intelligent caching for performance. Supports pagination for large datasets exceeding token limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model type to list ALL records for. Supported models: cards (all questions/queries), dashboards (all dashboards), tables (all database tables), databases (all connected databases), collections (all folders/collections). Only one model type allowed per request for optimal performance. | |
| offset | No | Starting offset for pagination. Use with limit for paginating through large datasets that exceed token limits. | |
| limit | No | Maximum number of items to return per page. Maximum 1000 items per page. Use with offset for pagination. |