list_dimensions
Retrieve available dimension types and values for cost analysis queries, with optional filtering by type, label, or key.
Instructions
Use this when the user wants to see available dimensions for cost analysis queries. Returns a list of dimension types and values that can be used with run_query. Do NOT use this for running cost queries directly (use run_query) or viewing allocations (use list_allocations).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter string (optional) in format 'key:value|key:value'. Multiple values for same key are treated as OR, different keys as AND. The fields eligible for filtering are: type, label, key. use the filter parameter only if you know the exact value of the key, otherwise the filter should be empty. | |
| pageToken | No | Token for pagination. Use this to get the next page of results. |