---
title: "Get information about a ledger"
method: GET
path: "/{ledger}/_info"
tags: ["ledger.v1"]
---

# Get information about a ledger

`GET /{ledger}/_info`

## Path parameters

- `ledger` string, required

## Response `200`

OK

- LedgerInfoResponse
  - `data` LedgerInfo — Runtime information about a ledger, including the state of its storage migrations
    - `name` string — Name of the ledger
    - `storage` object — Storage backend information, including the applied migrations
      - `migrations` MigrationInfo[]
        - `version` string — Sequence number of the migration
        - `name` string — Name of the migration
        - `date` string, date-time — When the migration was applied
        - `state` 'TO DO' | 'DONE' — Current state of the migration

## Other responses

- `default` — Error

## Changes

- **2025-06-16** `6b105a7832f0` — 1 breaking
  - the response's body type changed from no type to `object` for status `200`
- **2024-11-26** `bb0f59cb5e25` — 1 breaking
  - the `data/storage/migrations/items/version` response's property type changed from `integer` to `string`, and format from `int64` to no format for status `200`

[Change history](https://skmtc.dev/formancehq/apis/ledger-api/changes/:ledger/_info/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/a0dfa3b73bf8/schema)
