---
title: "Expense reports"
method: GET
path: "/reports/expenses"
tags: ["Reports"]
---

# Expense reports

`GET /reports/expenses`

Expense 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`

Expense reports for the authenticated team.

- GetExpensesResponseSchema
  - `summary` object, required
    - `averageExpense` number, required — Average expense over the period
    - `currency` string, required — Currency code (ISO 4217)
  - `meta` object, required
    - `type` string, required — Type of metric
    - `currency` string, required — Currency code (ISO 4217)
  - `result` object[], required
    - `date` string, required — Date for the expense value
    - `value` number, required — Expense value for the given date
    - `currency` string, required — Currency code (ISO 4217)
    - `recurring` number, required — Recurring expense value for the given date
    - `total` number, required — Total expense for the given date

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