mf_list_billings
Retrieve invoice billings from MoneyForward Cloud Invoice and filter by partner, period, status, tags, or keyword. Use it to locate specific invoices for review or reporting.
Instructions
請求書一覧を取得します。取引先や期間で絞り込み可能です。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | 検索キーワード(指定すると document_number/status/partner_name/tags は無視される) | |
| to | No | 期間の終了日(YYYY-MM-DD) | |
| from | No | 期間の開始日(YYYY-MM-DD) | |
| page | No | ページ番号 | |
| tags | No | タグで絞り込み | |
| status | No | 書類ステータスで絞り込み(例: 下書き / ロック中 / 未ロック) | |
| per_page | No | 1ページあたりの件数(最大100) | |
| range_key | No | from/to の対象日付項目。省略時は billing_date(請求日) | |
| partner_id | No | 取引先IDで絞り込み | |
| partner_name | No | 取引先名で絞り込み | |
| document_number | No | 請求書番号で絞り込み |