---
title: "Get balance report"
method: GET
path: "/v2/balances/{balanceId}/report"
tags: ["Balances API"]
---

# Get balance report

`GET /v2/balances/{balanceId}/report`

Retrieve a summarized report for all transactions on a given balance within a given timeframe.

The API also provides a detailed report on all 'prepayments' for Mollie fees that were deducted from your balance
during the reported period, ahead of your Mollie invoice.

The alias `primary` can be used instead of the balance ID to refer to the
organization's primary balance.

## Query parameters

- `from` string, required
- `until` string, required
- `grouping` 'status-balances' | 'transaction-categories'
- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

The balance report object.

## Other responses

- `404` — No entity with this ID exists.
- `422` — The request is invalid. For example, the `from` date is after `until` date.
- `429` — Rate Limit has been reached.

---

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