List Jedox Dimensions
jedox_list_dimensionsRetrieve all dimensions from a specific Jedox database using its numeric ID to get dimension details for further cube and element operations.
Instructions
List all dimensions in a Jedox database.
Args:
database_id: Numeric ID of the database (from jedox_list_databases)
Returns: Array of { id, name, numberOfElements, numberOfLevels, numberOfBranches, status, type }
Use the returned 'id' field in element and cube operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Numeric ID of the database (from jedox_list_databases). |