list_allocations
List cost allocation rules or configurations with optional partial name filtering. Returns allocations for viewing and managing your cost allocation setup.
Instructions
Use this when the user wants to see their cost allocation rules or configurations. Returns a list of allocations. Supports partial name filtering. Do NOT use this for cost queries (use run_query) or labels (use list_labels).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Partial name filter (case-insensitive). Returns only allocations whose name contains this string. | |
| pageToken | No | Token for pagination. Use this to get the next page of results. |