List Collection Items

Lists the reports (Cards) and dashboards inside your collection. Use the id from any Card to download its data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

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 Params
enum

Filter by item type. Repeat to include multiple: ?models=card&models=dashboard. Leave it out to get everything.

Allowed:
string
≥ 1
Defaults to 50

Max items per page. Defaults to 50.

string
≥ 0
Defaults to 0

Where to start in the list (zero-based). Use with limit to page through: second page = offset=50, third = offset=100, and so on.

Responses

401

Unauthorized — x-api-key header is missing or invalid.

403

Forbidden — your API key doesn't have access to this Collection.

404

Collection not found.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json