List Jedox Cubes
jedox_list_cubesList all cubes in a Jedox database using its numeric ID. Returns each cube's ID, name, dimensions, status, and cell counts.
Instructions
List all cubes in a Jedox database.
Args:
database_id: Numeric ID of the database
Returns: Array of { id, name, numberOfDimensions, numberOfCells, numberOfFilledCells, dimensionIds, status, type }
'dimensionIds' lists the dimension IDs in order — this order is used when specifying cell paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Numeric ID of the database. |