ListBudgetPolicies returns budget policies matching the specified filters.
Usage:
tare api policy budget-policies list [flags]
Flags:
--api-key-id string Filter to the policies that GOVERN this key -- those whose stored (client, project) is the key's effective client and project -- and only those.
--customer-id string Optional: customer (tenant) scope for future project-scoped filtering.
--group-id string Filter to policies targeting this group_id.
--include-customer-spend customer_spend When true the response carries customer_spend, the tenant's month-to-date spend.
--include-spend spend When true every returned policy carries spend (see BudgetPolicy.spend): one rollup scan per row, plus the team roster for team scopes.
--include-stats stats When true the response carries stats: the near/over-limit split of the ACTIVE policies matching this request's filters.
--near-limit-threshold-pct stats.near_limit_count Percent of spend_limit at or above which an active policy counts towards stats.near_limit_count (1-100).
--project-id string Optional: project scope for future project-scoped filtering.
--search string Optional case-insensitive substring search on the policy name, the targeted team's name.
--user-id string Filter to policies targeting this user_id.
Global Flags:
--base-url string override the active profile's base URL for this invocation
-o, --output string output format: json (default "json")
-p, --profile string credential profile (overrides AGENTROUTER_PROFILE / active)
-q, --quiet Suppress progress output; only errors and the final summary go to stderr
-v, --verbose Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr