---
title: "Reads all Accounts"
method: GET
path: "/api/2026-07-01/resources/finance/accounts"
tags: ["Finance > Account"]
---

# Reads all Accounts

`GET /api/2026-07-01/resources/finance/accounts`

Fetch one or all ledger accounts for the company legal_entities.

## Query parameters

- `ids[]` string[] — Search ledger accounts by ID
- `legal_entity_ids[]` string[] — Search ledger accounts by legal_entity_id
- `types[]` string[] — Search ledger accounts by type
- `number` string — Search ledger accounts by number
- `updated_from` string — Start date for filtering ledger accounts based on their last update.

## Response `200`

OK

- object
  - `data` FinanceAccount[]
    - `id` string, required — Unique identifier in factorial for the ledger account
    - `name` string — Name of the ledger account
    - `legal_entity_id` string, required — Legal entity ID of the ledger account
    - `number` string, required — Number of the ledger account
    - `disabled` boolean, required — Whether the ledger account is disabled
    - `type` 'equity' | 'non_current_asset' | 'current_asset' | 'bank' | 'non_current_liability' | 'current_liability' | 'expense' | 'income', required — Type of the ledger account
    - `external_id` string — Id of the ledger account on the external system
    - `updated_at` string, required — Last updated date of the ledger account
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

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