---
title: "GET /accounting/accounts"
method: GET
path: "/accounting/accounts"
tags: ["AccountingAccount"]
---

# GET /accounting/accounts

`GET /accounting/accounts`

Get all the accounts

## Query parameters

- `fields` string, nullable
- `pageSize` string, nullable
- `cursor` string, nullable

## Response `200`

- AccountingGetAccountsResponse
  - `status` 'ok' | 'error', required
  - `next` string, nullable
  - `previous` string, nullable
  - `results` unknown, required

## Other responses

- `401`
- `404`
- `500`

---

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