From 75635258db7f2e0a478a2e9276aade7517bb1eb6 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Mon, 15 Dec 2025 20:37:02 -0800 Subject: [PATCH] Base commit --- litellm/proxy/spend_tracking/spend_management_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/spend_tracking/spend_management_endpoints.py b/litellm/proxy/spend_tracking/spend_management_endpoints.py index 774b971de3a..21e6212488a 100644 --- a/litellm/proxy/spend_tracking/spend_management_endpoints.py +++ b/litellm/proxy/spend_tracking/spend_management_endpoints.py @@ -1680,7 +1680,7 @@ async def ui_view_spend_logs( # noqa: PLR0915 ), ): """ - View spend logs with pagination support. + View spend logs with pagination support Available at both `/spend/logs/v2` (public API) and `/spend/logs/ui` (internal UI). Returns paginated response with data, total, page, page_size, and total_pages.