---
title: "List journal entries"
method: GET
path: "/platform/v1/entities/{entityId}/journal-entries"
tags: ["journalEntries"]
---

# List journal entries

`GET /platform/v1/entities/{entityId}/journal-entries`

Returns the entity's manual journal entries on the selected ledger, most recent first. Results are paged with `limit`/`offset` and can be narrowed to an inclusive calendar day range.

## Path parameters

- `entityId` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer, nullable
- `startDate` string
- `endDate` string
- `ledgerBasis` 'cash' | 'accruals'

## Response `200`

200

- object
  - `data` object[], required
    - `date` string, date-time, required
    - `entityId` string, uuid, required
    - `id` string, uuid, required
    - `ledgerBasis` 'cash' | 'accruals', required
    - `lines` object[], required
      - `accountCode` integer, required
      - `accountId` string, uuid, required
      - `accountName` string, required
      - `classIds` string[], required
      - `creditAmount` number, nullable, required
      - `debitAmount` number, nullable, required
      - `description` string, nullable, required
      - `memo` string, nullable, required
    - `memo` string, nullable, required
    - `sourceType` 'transaction' | 'manual_journal_entry' | 'opening_balance' | 'loan' | 'bill' | 'invoice', required
  - `pagination` object, required
    - `limit` integer, required
    - `offset` integer, required
    - `total` integer, required

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `429` — 429

---

[API](https://skmtc.net/kick/apis/kick-platform-api.md) · [All operations](https://skmtc.net/kick/apis/kick-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kick/kick-platform-api/revisions/e4ceb0dc32d4/schema)
