---
title: "List Journals"
method: GET
path: "/accounting/journals"
tags: ["Accounting / GL Compatibility"]
---

# List Journals

`GET /accounting/journals`

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- JournalOut[]
  - `id` integer, required
  - `number` string, required
  - `journal_date` string, required
  - `description` string, nullable, required
  - `source` string, nullable, required
  - `reference` string, nullable, required
  - `created_by` string, nullable, required
  - `created_at` string, required
  - `posted_by` string, nullable, required
  - `posted_at` string, required
  - `lines` JournalLineOut[], required
    - `id` integer, required
    - `account_id` integer, required
    - `account_code` string, required
    - `account_name` string, required
    - `location_id` integer, nullable, required
    - `debit` number, required
    - `credit` number, required
    - `line_description` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
