---
title: "Get AR ledger totals"
method: GET
path: "/accounting/v1.0/accounts-receivable-ledgers/totals"
tags: ["Accounts Receivable Ledger"]
---

# Get AR ledger totals

`GET /accounting/v1.0/accounts-receivable-ledgers/totals`

Retrieve aggregated totals across all accounts receivable (AR) ledgers for a property. The response includes the combined total charges, amount paid, and outstanding balance. You can optionally filter by ledger status to see totals for only open or closed ledgers.

## Query parameters

- `filter` object
  - `status` AccountsReceivableLedgerStatus[]

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- AccountsReceivableLedgerTotalsResponse — Aggregated totals across all matching accounts receivable ledgers.
  - `total` number — Sum of all charges across matching AR ledgers, in the smallest currency unit.
  - `paid` number — Sum of all payments across matching AR ledgers, in the smallest currency unit.
  - `balance` number — Sum of outstanding balances across matching AR ledgers (total minus paid), in the smallest currency unit.

## Other responses

- `400` — Bad Request

---

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