kb_journal_read
Fetch recent journal entries for an app, newest first. Use since_id to retrieve only entries newer than a known ID for incremental, read-only journal access.
Instructions
Return recent kb_journal atoms (domain 'journal'), newest first.
Companion to kb_journal — the C11 read-back seam Grove's journal_reader
calls in-process or over HTTP. limit is clamped to [1, 200].
since_id, when set, returns only atoms strictly newer than that id in
newest-first order (same semantics as Grove's journal_reader). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| app_id | Yes | ||
| since_id | No |