list_scheduled_transactions
Retrieve a paginated list of scheduled transactions, with options to filter enabled schedules and get full JSON details. Quickly review upcoming or recurring transactions from your GnuCash book.
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 full JSON with GUIDs, splits, dates, etc.
Args: enabled_only: If True, only show enabled schedules. Default True. verbose: If true, return full JSON details for each scheduled transaction. 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 |