---
title: "List all journals"
method: GET
path: "/accounting/{connection_id}/journal"
tags: ["accounting", "journal"]
---

# List all journals

`GET /accounting/{connection_id}/journal`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `org_id` string
- `account_id` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- AccountingJournal[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `reference` string
  - `tax_amount` number
  - `currency` string
  - `lineitems` AccountingJournalLineitem[] — new field name
    - `id` string
    - `tax_amount` number
    - `total_amount` number
    - `debit_amount` number
    - `credit_amount` number
    - `description` string
    - `account_id` string
    - `contact_id` string
    - `payment_id` string
    - `invoice_id` string
    - `category_ids` string[]
    - `group_id` string
    - `project_id` string
    - `organization_id` string
    - `taxrate_id` string
  - `taxrate_id` string
  - `description` string
  - `posted_at` string, date-time
  - `source` string
  - `organization_id` string
  - `category_ids` string[]
  - `project_id` string
  - `attachments` AccountingAttachment[]
    - `id` string
    - `download_url` string
    - `name` string
    - `mime_type` string
  - `total_amount` number
  - `exchange_rate` number
  - `status` 'DRAFT' | 'POSTED' | 'VOID' | 'OTHER'
  - `is_inclusive_of_tax` boolean
  - `raw` object

## Changes

- **2026-09-21** `669f9277e173` — 9 info
  - added the enum value `exchange_rate` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `is_inclusive_of_tax` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `status` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `total_amount` to the property `items/` of the `query` request parameter `fields`
  - …5 more
- **2026-08-08** `1f72720916e4` — 2 info
  - added the enum value `project_id` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `items/project_id` to the response with the `200` status
- **2026-07-31** `963bcc74f9e3` — 4 info
  - added the enum value `attachments` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `category_ids` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `items/attachments` to the response with the `200` status
  - added the optional property `items/category_ids` to the response with the `200` status

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/accounting/:connection_id/journal/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/e0a7ff925921?raw)
