# ai_analytics_costs_pertenant_list Retrieve paginated LLM usage costs aggregated by tenant. Endpoint: GET /api/ai-analytics/costs/pertenant/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `end_date` (string, required) - `start_date` (string, required) ## Response 200 fields (application/json): - `platform_key` (string, required) - `total_cost` (number, required) - `model_costs` (array, required) - `model_costs.model` (string, required)