---
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

---

[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/fe945da1b75d/schema)
