---
title: "Lists all accounts"
method: GET
path: "/accounts"
tags: ["Chart of Accounts"]
---

# Lists all accounts

`GET /accounts`

Returns the chart of accounts for the organization tied to the API credentials.
Use optional filters (for example updated.gt) to sync only accounts changed since a prior run.
Account ids are stable identifiers used when creating journal entries, bills, and other postings.

## Query parameters

- `updated.gt` string, date-time

## Response `200`

OK

- object
  - `accounts` Account[], required
    - `id` string, uuid, required
    - `code` string, required — The account code found in the Chart of Accounts
    - `name` string, required
    - `type` 'ASSET' | 'LIABILITY' | 'EQUITY' | 'EXPENSE' | 'INCOME', required
    - `subtype` string, required
    - `status` 'ACTIVE' | 'INACTIVE', required
    - `intercompany` boolean, required
    - `updated_at` string, date-time, required — ISO 8601 timestamp in UTC timezone (must end with 'Z')

## Other responses

- `default` — Error

---

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