pending_transactions
Retrieve unprocessed bank transactions, filterable by account name or date range, to identify items that still need journal entries.
Instructions
未処理(未仕訳)の口座明細一覧を取得する。口座名や期間で絞込可能。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 取得件数(デフォルト: 50, 最大: 100) | |
| end_date | No | 終了日 yyyy-mm-dd(デフォルト: 今日) | |
| start_date | No | 開始日 yyyy-mm-dd(デフォルト: 1ヶ月前) | |
| wallet_name | No | 口座名で絞込(部分一致) |