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

# Get Analytic Plans

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

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

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

## Response `200`

Successful Response

- ChiftPageAnalyticPlanItem
  - `items` AnalyticPlanItem[], required
    - `id` string, required — Unique id of the analytic plan instance in the accounting system.
    - `name` string, required — Name of the analytic plan as it appears in the accounting system.
    - `active` boolean, nullable — Indicates if the analytic plan is active.
    - `parent_id` string, nullable — Id of the parent analytic plan, if any. This is used to create a hierarchy of analytic plans when that is supported.
  - `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)
