get_collection_items
Retrieve items (dashboards, cards, or collections) from a specified Metabase collection. Filter by type to get only dashboards, cards, or collections, or request all items.
Instructions
Get items (dashboards, cards, collections) in a collection.
Args: collection_id: The ID of the collection (use "root" for root collection) item_type: Type of items to return: "all", "dashboard", "card", "collection"
Returns: Items in the collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | ||
| item_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |