---
title: "Get analytic accounts (Multiple Analytic Plans)"
method: GET
path: "/consumers/{consumer_id}/accounting/analytic-accounts/multi-analytic-plans"
tags: ["Accounting", "Analytic accounts"]
---

# Get analytic accounts (Multiple Analytic Plans)

`GET /consumers/{consumer_id}/accounting/analytic-accounts/multi-analytic-plans`

Returns all analytic accounts of all analytic plans

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer
- `folder_id` string, nullable

## Response `200`

Successful Response

- ChiftPageAnalyticAccountItemOutMultiAnalyticPlans
  - `items` AnalyticAccountItemOutMultiAnalyticPlans[], required
    - `id` string, required — Unique id of the analytic account in the accounting system.
    - `active` boolean, required — Flag indicating whether the analytic account is active.
    - `code` string, nullable — Short code for the analytic account. Often used for internal referencing. For some integrations, it may be required to be unique.
    - `name` string, required — Name or label of the analytic account as it appears in the accounting system.
    - `currency` string, nullable — Indicates the currency of the analytic account (e.g., EUR, USD).
    - `balance` number, nullable
    - `credit` number, nullable
    - `debit` number, nullable
    - `analytic_plan` string, required
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

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