---
title: "List ledgers"
method: GET
path: "/v2"
tags: ["ledger.v2"]
---

# List ledgers

`GET /v2`

## Query parameters

- `pageSize` integer
- `cursor` string
- `includeDeleted` boolean
- `sort` string

## Request body

- object

## Response `200`

OK

- V2LedgerListResponse
  - `cursor` object, required
    - `pageSize` integer, required
    - `hasMore` boolean, required
    - `previous` string
    - `next` string
    - `data` V2Ledger[], required
      - `name` string, required
      - `addedAt` string, date-time, required
      - `bucket` string, required
      - `deletedAt` string, date-time, nullable
      - `metadata` V2Metadata
      - `features` object
      - `id` integer

## Other responses

- `default` — Error

## Changes

- **2025-12-12** `2945092328b9` — 2 warning
  - added the new `SCHEMA_ALREADY_EXISTS` enum value to the `errorCode` response property for the response status `default`
  - added the new `SCHEMA_NOT_SPECIFIED` enum value to the `errorCode` response property for the response status `default`
- **2025-11-18** `2b3c4224170c` — 2 info
  - added the new optional `query` request parameter `includeDeleted`
  - added the optional property `cursor/data/items/deletedAt` to the response with the `200` status
- **2025-06-25** `c51f6899d101` — 1 info
  - added the new optional `query` request parameter `sort`
- **2025-03-31** `b5d0db593d09` — 1 breaking
  - added required request body
- **2025-03-05** `25f151055e01` — 1 breaking
  - the response property `cursor/data/items/id` became optional for the status `200`

[Full history](https://skmtc.dev/formancehq/apis/ledger-api/changes/v2/get.md)

---

[API](https://skmtc.dev/formancehq/apis/ledger-api.md) · [All operations](https://skmtc.dev/formancehq/apis/ledger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/formancehq/ledger-api/revisions/a7dd5bee437d/schema)
