Get Jedox Cube
jedox_get_cubeRetrieve cube metadata including exact dimension order required to build valid cell paths for reading or writing cell values.
Instructions
Get detailed information about a specific cube, including its dimension order.
IMPORTANT: Always call this before jedox_get_cell_value or jedox_set_cell_value to confirm the exact dimension order. The 'dimensionIds' array tells you which dimension is at each position. The cell 'path' array must have one element name per dimension in this exact order.
Args:
database_id: Numeric ID of the database
cube_id: Numeric ID of the cube
Returns: { id, name, numberOfDimensions, dimensionIds, numberOfFilledCells }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| cube_id | Yes | Numeric ID of the cube (from jedox_list_cubes). |