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

# Get Key Spend Report

`GET /key/spend/report`

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

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

## 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)
- `api_key` string, nullable — View spend for a specific api_key. Proxy admin only; other callers are scoped to their own key. Pass the key's sha256 hash so the raw key stays out of URLs and access logs. Example api_key='d5345c0ecc68ae6295c69f91926b2bd379e25481a40c34b5884d157a9f65d8fa'

## 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/key/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/731afbea6a1b?raw)
