---
title: "Retrieves a TrialBalance resource."
method: GET
path: "/trial_balances"
tags: ["TrialBalance"]
---

# Retrieves a TrialBalance resource.

`GET /trial_balances`

Retrieves a TrialBalance resource.

## Query parameters

- `end` string, date-time, required
- `accounting_method` 'cash' | 'accrual', required

## Response `200`

TrialBalance resource

- TrialBalance
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `reportTitle` string, nullable
  - `companyName` string, nullable
  - `columns` string[], nullable
  - `rows` string[], nullable
  - `accountingMethod` string, nullable
  - `start` string, date-time, nullable
  - `end` string, date-time, nullable
  - `currencyCode` string, nullable
  - `deleted` boolean

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