---
title: "Retrieves a mapped balance sheet"
method: GET
path: "/balance_sheet_report"
tags: ["BalanceSheetReport"]
---

# Retrieves a mapped balance sheet

`GET /balance_sheet_report`

Retrieves a mapped balance sheet

## Query parameters

- `asOf` string, date-time
- `refresh` string

## Response `200`

BalanceSheetReport resource

- BalanceSheetReport — provides a mapped balance sheet
  - `totals` object
    - `assets` number, float
    - `liabilities` number, float
    - `assets_current` number, float
    - `liabilities_current` number, float
    - `equity` number, float
    - `net_income` number, float
  - `details` object[], nullable
    - `id` string
    - `name` string
    - `value` string
    - `mapping` number, float
  - `asOf` string, date
  - `lastReconciled` string, date, nullable
  - `isReconciled` boolean
  - `hasCompleteData` boolean
  - `sources` string[]

## Other responses

- `404` — Resource not found

---

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