---
title: "List RecurringJournalEntry records"
method: GET
path: "/public/v1/recurring/journal-entries/"
tags: ["Recurring Journal Entries"]
---

# List RecurringJournalEntry records

`GET /public/v1/recurring/journal-entries/`

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

## Query parameters

- `search` string, nullable
- `company_id` integer[], nullable
- `number` integer[], nullable
- `recurring_type` RecurringType[], 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

- PagedPublicRecurringJournalEntrySchemaOut
  - `items` PublicRecurringJournalEntrySchemaOut[], required
    - `created_by` AuditActorSchemaOut — Schema for audit actor information.
      - `actor_type` string, nullable
      - `email` string, nullable
      - `first_name` string, nullable
      - `last_name` string, nullable
      - `timestamp` string, date-time, nullable
    - `updated_by` AuditActorSchemaOut — Schema for audit actor information.
      - `actor_type` string, nullable
      - `email` string, nullable
      - `first_name` string, nullable
      - `last_name` string, nullable
      - `timestamp` string, date-time, nullable
    - `internal_id` integer, required
    - `number` integer, required
    - `name` string, required
    - `memo` string, required
    - `date` string, date, required
    - `company_id` integer, required
    - `company_name` string, required
    - `company_currency` string, required
    - `status` 'active' | 'inactive', required
    - `record_payload` unknown, required
    - `rrule` string, required
    - `next_occurrence` string, date-time, nullable, required
    - `last_generated` string, date-time, nullable, required
    - `recurring_type` 'automatic' | 'reminder', required
    - `records` PublicRecurringRecordSchemaOut[], required
      - `internal_id` integer, required
      - `number` integer, required
      - `date` string, date, required
      - `amount` string, required
      - `record_status` 'draft' | 'posted' | 'archived', 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)
