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

# List StatisticalJournal records

`GET /public/v1/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

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api-2.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api-2/versions/77cd3c6ec719/schema)
