---
title: "List Ledger Entries"
method: GET
path: "/ledger_entries"
---

# List Ledger Entries

`GET /ledger_entries`

## Query parameters

- `id[]` string[]
- `ledger_account_id` string
- `ledger_transaction_id` string
- `ledger_account_settlement_id` string
- `effective_at` string, date
- `updated_at` string, date-time
- `created_at` string
- `as_of_lock_version` integer
- `ledger_account_category_id` string
- `ledger_account_statement_id` string
- `show_deleted` boolean
- `direction` 'credit' | 'debit'
- `status` string
- `status[]` string[]
- `metadata` string
- `after_cursor` string
- `per_page` integer
- `order_by` string
- `show_balances` boolean
- `amount` object
  - `lt` integer
  - `lte` integer
  - `eq` integer
  - `gte` integer
  - `gt` integer
  - `not_eq` integer

## Response `200`

200

- object[]
  - `id` string
  - `object` string
  - `live_mode` boolean
  - `amount` integer
  - `direction` string
  - `status` string
  - `ledger_account_id` string
  - `ledger_account_currency` string
  - `ledger_account_currency_exponent` integer
  - `ledger_account_lock_version` integer
  - `ledger_transaction_id` string
  - `resulting_ledger_account_balances` unknown
  - `discarded_at` unknown
  - `created_at` string
  - `updated_at` string

---

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