get_all_cubes_list
Browse the complete inventory of Statistics Canada data tables, including dimension-level details. Use offset and limit to paginate through results.
Instructions
Provides a complete inventory of data tables available via the API, including dimension-level details. Disables SSL Verification. Corresponds to: GET /getAllCubesList
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. |