---
title: "List StatisticalJournal records"
method: GET
path: "/public/v2/statistical-journals/"
tags: ["Statistical Journals"]
---

# List StatisticalJournal records

`GET /public/v2/statistical-journals/`

Retrieve a paginated list of StatisticalJournal records with filtering and ordering options.

## Query parameters

- `search` string, nullable
- `number` integer[], nullable
- `company_id` integer[], nullable
- `account_id` integer[], nullable
- `account_number` integer[], nullable
- `line_account_id` integer[], nullable
- `line_account_number` integer[], nullable
- `period_start` string, date, nullable
- `period_end` string, date, nullable
- `date_start` string, date, nullable
- `date_end` string, date, nullable
- `record_status` RecordStatus[], nullable
- `updated_after` string, date-time, nullable
- `updated_before` string, date-time, nullable
- `ordering` string, nullable
- `limit` integer — Number of records to return per page (capped at 100)
- `offset` integer — Number of records to skip before starting to return results

## Response `200`

OK

- PagedPublicStatisticalJournalListSchemaOut
  - `items` PublicStatisticalJournalListSchemaOut[], required
    - `id` integer, required
    - `number` integer, required
    - `account_id` integer, required
    - `account_name` string, required
    - `account_number` integer, required
    - `period` string, date, required
    - `date` string, date, required
    - `memo` string, required
    - `record_status` 'draft' | 'posted' | 'archived', required
    - `total_quantity` string, required
    - `unique_account_count` integer, required
    - `unique_company_count` integer, required
    - `created_at` string, date-time, required — Date and time the record was created
    - `updated_at` string, date-time, required — Date and time the record was last updated
  - `count` integer, required

## Other responses

- `400` — Bad Request

## Changes

> 14 revisions in range; 11 could not be searched.

- **2026-07-31** `506e6073d191` — 7 info
  - added the new optional `query` request parameter `account_id`
  - added the new optional `query` request parameter `line_account_id`
  - added the new optional `query` request parameter `line_account_number`
  - added the required property `items/items/account_id` to the response with the `200` status
  - …3 more
- **2026-07-26** `64136e8e19bb` — 1 info
  - api operation id `list_StatisticalJournal_records` removed and replaced with `list_StatisticalJournalV2_records`

[Change history](https://skmtc.dev/dualentry/apis/dualentry-public-api/changes/public/v2/statistical-journals/get.md)

---

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