v1
latestOpenAPI 3.1.02026-07-24318141.2 MBCollections
List Collection Items
Lists the reports (Cards) and dashboards inside your collection. Use the id from any Card to download its data.
get/api/collection/{collection_id}/items
Path parameters
{"stackTrail":"paths:/api/collection/{collection_id}/items:get:parameters:0:schema","oasType":"schema","type":"unknown"}
An integer Collection ID from GET /api/collection/ or GET /api/collection/tree. Don't pass the string "root" here — you need an actual integer ID.
Query parameters
models'card' | 'dashboard' | 'document'
Filter by item type. Repeat to include multiple: ?models=card&models=dashboard. Leave it out to get everything.
{"stackTrail":"paths:/api/collection/{collection_id}/items:get:parameters:2:schema","oasType":"schema","type":"unknown"}
Max items per page. Defaults to 50.
{"stackTrail":"paths:/api/collection/{collection_id}/items:get:parameters:3:schema","oasType":"schema","type":"unknown"}
Where to start in the list (zero-based). Use with limit to page through: second page = offset=50, third = offset=100, and so on.
Response
A paginated list of items in the Collection.