---
title: "Spending reports"
method: GET
path: "/reports/spending"
tags: ["Reports"]
---

# Spending reports

`GET /reports/spending`

Spending reports for the authenticated team.

## Query parameters

- `from` string, required — Start date (ISO 8601 format)
- `to` string, required — End date (ISO 8601 format)
- `currency` string — Currency code (ISO 4217)

## Response `200`

Spending reports for the authenticated team.

- object[]
  - `name` string, required — Spending category name
  - `slug` string, required — Spending category slug
  - `amount` number, required — Amount spent in this category
  - `currency` string, required — Currency code (ISO 4217)
  - `color` string, required — Color code for the category
  - `percentage` number, required — Percentage of total spending for this category

## Other responses

- `default` — An error occurred

---

[API](https://skmtc.net/midday-ai/apis/midday-api.md) · [All operations](https://skmtc.net/midday-ai/apis/midday-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/midday-ai/midday-api/versions/c0df9243c1b0/schema)
