---
title: "List chart of accounts"
method: GET
path: "/platform/v1/entities/{entityId}/chart-of-accounts"
tags: ["chartOfAccounts"]
---

# List chart of accounts

`GET /platform/v1/entities/{entityId}/chart-of-accounts`

Returns the entity's chart of accounts, archived accounts included and flagged with `isDisabled`. Results are paged with `limit`/`offset`.

## Path parameters

- `entityId` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer, nullable

## Response `200`

200

- object
  - `data` object[], required
    - `class` 'Assets' | 'Liabilities' | 'Equity' | 'Income' | 'Expenses', required
    - `code` string, nullable, required — Human-facing account code, null when the account has none.
    - `createdAt` string, date-time, required
    - `id` string, uuid, required
    - `isDisabled` boolean, required — Archived accounts stay in the listing and are flagged here.
    - `name` string, required
    - `type` 'Cash' | 'Accounts Receivable' | 'Inventory' | 'Other Current Assets' | 'Investments' | 'Fixed Assets' | 'Intangible Assets' | 'Other Assets' | 'Accounts Payable' | 'Credit Cards' | 'Payroll Liabilities' | 'Short-Term Loans' | 'Other Current Liabilities' | 'Long-Term Loans' | 'Other Liabilities' | 'Equity' | 'Income' | 'COGS' | 'Operating Expenses' | 'Other Income' | 'Other Expenses' | 'Tax Expenses' | 'Prepaid Expenses', required
  - `pagination` object, required
    - `limit` integer, required
    - `offset` integer, required
    - `total` integer, required

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `429` — 429

---

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