List Jedox Cube Rules
jedox_list_rulesRetrieve all calculation rules for a Jedox cube, including definitions and IDs, to review or prepare deletion.
Instructions
List all calculation rules defined on a Jedox cube.
Args:
database_id: Numeric ID of the database
cube_id: Numeric ID of the cube
Returns: Array of { id, definition, comment, active, externalIdentifier }
Use the returned 'id' to delete a rule with jedox_delete_rule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| cube_id | Yes | Numeric ID of the cube whose rules to list. |