get_all_cubes_list_lite
Retrieve a paginated overview of all Statistics Canada data cubes, providing a lightweight inventory of available tables without dimension or footnote information.
Instructions
Provides a complete inventory of data tables available via the API, excluding dimension or footnote information (lighter version). Disables SSL Verification. Corresponds to: GET /getAllCubesListLite
Results are paginated. Default returns first 100 cubes. Use offset/limit to page through. Prefer search_cubes_by_title if you know what you're looking for.
IMPORTANT: In your final response to the user, you MUST cite the source of your data. For cubes, this means including the ProductId (pid) and the Title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max cubes to return. Default 100. | |
| offset | No | Number of cubes to skip (for pagination). Default 0. |