Optional ReadonlycursorCursor for pagination. Use this to fetch the next set of results.
Optional ReadonlyfilterFilter journals by specific fields.
Format expected by API: JSON array serialized into a query string.
Example item: { field: "type", operator: "eq", value: "payroll" }
Available fields and operators:
type: eq, not_eq, in, not_inOptional ReadonlylimitNumber of items to return per request (between 1 and 100).
Optional ReadonlysortSort results by specific attributes.
Prefix with - for descending order (e.g., -id sorts by id in descending order).
Available fields:
id (default: ascending)
Query parameters for listing journals.
Supports the v2026 pagination system and query options.