---
title: "Get User Spend Report"
method: GET
path: "/user/spend/report"
tags: ["Budget & Spend Tracking"]
---

# Get User Spend Report

`GET /user/spend/report`

Get spend for the calling user over a date range, grouped by api_key with a per-model breakdown.

Same row shape as `/global/spend/report?internal_user_id=...`, but callable by
any key with a user: non-admin callers are always scoped to their own user_id,
while proxy admins may pass `?internal_user_id=` to view any user.

## Query parameters

- `start_date` string, nullable — Time from which to start viewing spend (YYYY-MM-DD)
- `end_date` string, nullable — Time till which to view spend (YYYY-MM-DD)
- `internal_user_id` string, nullable — View spend for a specific internal_user_id. Proxy admin only; other callers are scoped to their own user_id.

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/user/spend/report/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/3b2b241e4b0b?raw)
