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

# Get Organization Spend Report

`GET /organization/spend/report`

Get spend for an organization over a date range, grouped by api_key with a per-model and per-team breakdown.

Covers spend logged against the organization directly and against any of its
teams. Callable by proxy admins (any organization) and org admins (their own
organizations). Defaults to the calling key's organization_id when
`?organization_id=` is omitted.

## 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)
- `organization_id` string, nullable — View spend for a specific organization_id. Proxy admins may pass any organization; org admins are scoped to organizations they administer.

## 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/organization/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/7ed45f30a5f0?raw)
