list_entries
Retrieve paginated journal entries in newest-first order. Use before_seq to navigate backward through the append-only ledger.
Instructions
Journal entries, newest first, paginated. Use before_seq from the previous page to walk further back instead of asking for everything: the journal is append-only and can be long.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, default 20, max 100 | |
| before_seq | No | Only entries with seq strictly below this |