get_dimension
Retrieve valid filter values for a specific dimension to configure accurate cost queries, or view dimension details.
Instructions
Use this to look up the valid filter values for a specific dimension before calling run_query — for example, call get_dimension({type: 'fixed', id: 'cloud_provider'}) to get the exact provider IDs available for this customer. Also use this when the user wants to view dimension details. Do NOT use this for listing all dimensions (use list_dimensions) or running queries (use run_query).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Dimension type | |
| id | Yes | Dimension id |