---
title: "Retrieves the collection of LedgerAccounts resources."
method: GET
path: "/ledger_accounts"
tags: ["LedgerAccounts"]
---

# Retrieves the collection of LedgerAccounts resources.

`GET /ledger_accounts`

Retrieves the collection of LedgerAccounts resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

LedgerAccounts collection

- LedgerAccounts[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each ledger account
  - `created` string, date-time, nullable — Created date and time of the ledger account
  - `modified` string, date-time, nullable — Last modified date and time of the ledger account
  - `ledgerAccountGroup` string, nullable — Group of the ledger account
  - `name` string, nullable — Name of the ledger account
  - `balance` integer, nullable — Balance of the ledger account
  - `credit_or_debit` string, nullable — Is ledger account debit or credit
  - `credits` integer, nullable — Credit amount of ledger account
  - `debits` integer, nullable — Debit amount of the ledger account
  - `start` string, date-time — Balance calculated from this date
  - `end` string, date-time — Balance calculated from this date
  - `creditOrDebit` string, nullable

---

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