---
title: "Get chart of accounts"
method: GET
path: "/companies/{companyId}/chart-of-accounts"
tags: ["chart-of-accounts"]
---

# Get chart of accounts

`GET /companies/{companyId}/chart-of-accounts`

Retrieves the complete chart of accounts for the company, merging bookkeeping accounts with their associated money account details.

**Scope:** `chart-of-accounts:read`

## Query parameters

- `query` string

## Response `200`

Chart of accounts retrieved successfully

- Account[]
  - `account` integer — The account number
  - `name` string — The account name
  - `accountType` 'customAccount' | 'basePlanAccount' — The type of account (custom or base plan)

## Other responses

- `404` — Company not found

---

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