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

# Get Team Spend Report

`GET /team/spend/report`

Get spend for the calling key's team over a date range, grouped by api_key with a per-model breakdown.

Callable by any key that belongs to a team: non-admin callers are always
scoped to their key's team_id, while proxy admins may pass `?team_id=` to
view any team.

## 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)
- `team_id` string, nullable — View spend for a specific team_id. Proxy admin only; other callers are scoped to their key's team.

## 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/team/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)
