---
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
    - `name` string
    - `storage` object
      - `migrations` MigrationInfo[]
        - `version` string
        - `name` string
        - `date` string, date-time
        - `state` 'TO DO' | 'DONE'

## Other responses

- `default` — Error

## Changes

- **2024-11-26** `bb0f59cb5e25` — 1 breaking
  - the `data/storage/migrations/items/version` response's property type/format changed from `integer`/`int64` to `string`/`` 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/7ee573f0087f/schema)
