list_scheduled_transactions
View scheduled recurring transactions from your GnuCash book with compact summaries or detailed JSON, including pagination and enabled-only filtering.
Instructions
List all scheduled transactions.
Leads with a Showing X-Y of Z scheduled transactions line,
then a compact one-line-per-schedule format by default. Page with
offset; limit=0 returns the count only. Use verbose=true
for structured JSON with GUIDs, splits, dates, etc.
Args: enabled_only: If True, only show enabled schedules. Default True. verbose: If false (default), compact text output — optimized for reading and token efficiency. If true, structured JSON, for when you need machine-readable fields rather than a report. limit: Page size (default 50, max 250). 0 = count only. offset: 0-indexed first row to return (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| verbose | No | ||
| enabled_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |