---
title: "Invoice summary"
method: GET
path: "/invoices/summary"
tags: ["Invoices"]
---

# Invoice summary

`GET /invoices/summary`

Get summary of invoices for the authenticated team.

## Query parameters

- `statuses` string[] — Filter summary by invoice statuses

## Response `200`

Summary of invoices for the authenticated team.

- object — Invoice summary object containing total amount converted to team's base currency and total invoice count.
  - `currency` string, required — Base currency of the team
  - `totalAmount` number, required — Total amount of all invoices converted to base currency
  - `invoiceCount` number, required — Total number of invoices
  - `breakdown` object[] — Currency breakdown when multiple currencies are involved
    - `currency` string, required — Original currency of the invoices
    - `originalAmount` number, required — Total amount in original currency
    - `convertedAmount` number, required — Amount converted to base currency
    - `count` number, required — Number of invoices in this currency

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