---
title: "List label ledger entries"
method: GET
path: "/labels/{id}/ledger-entries"
tags: ["labels"]
---

# List label ledger entries

`GET /labels/{id}/ledger-entries`

Returns all ledger entries for a specific Label, sorted by creation date (newest first). Supports pagination with limit and offset parameters. Each ledger entry includes its amount, currency, and creation timestamp.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Response `200`

successful operation

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Not found

## Changes

- **2025-06-06** `231d0268586b` — 2 breaking, 3 info
  - for the `query` request parameter `limit`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `offset`, the type/format was changed from `string`/`` to `integer`/``
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - …1 more
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/labels/:id/ledger-entries/get.md)

---

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