---
title: "List Bookkeeping Entry Sets"
method: GET
path: "/bookkeeping_entry_sets"
---

# List Bookkeeping Entry Sets

`GET /bookkeeping_entry_sets`

## Query parameters

- `cursor` string — Return the page of entries after this one.
- `limit` integer — Limit the size of the list that is returned. The default (and maximum) is 100 objects.
- `transaction_id` string — Filter to the Bookkeeping Entry Set that maps to this Transaction.
- `idempotency_key` string — Filter records to the one with the specified `idempotency_key` you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).

## Response `200`

Bookkeeping Entry Set List

- BookkeepingEntrySetList — A list of Bookkeeping Entry Set objects.
  - `data` BookkeepingEntrySet[], required — The contents of the list.
    - `created_at` string, date-time, required — When the entry set was created.
    - `date` string, date-time, required — The timestamp of the entry set.
    - `entries` object[], required — The entries.
      - `account_id` string, required — The bookkeeping account impacted by the entry.
      - `amount` integer, required — The amount of the entry in minor units.
      - `id` string, required — The entry identifier.
    - `id` string, required — The entry set identifier.
    - `idempotency_key` string, nullable, required — The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
    - `transaction_id` string, nullable, required — The transaction identifier, if any.
    - `type` 'bookkeeping_entry_set', required — A constant representing the object's type. For this resource it will always be `bookkeeping_entry_set`.
  - `next_cursor` string, nullable, required — A pointer to a place in the list.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

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